diff options
Diffstat (limited to 'x11-misc/xfe/files/xfe-1.32.2-missing_Xlib_h.patch')
-rw-r--r-- | x11-misc/xfe/files/xfe-1.32.2-missing_Xlib_h.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/x11-misc/xfe/files/xfe-1.32.2-missing_Xlib_h.patch b/x11-misc/xfe/files/xfe-1.32.2-missing_Xlib_h.patch new file mode 100644 index 000000000000..a29a252dc8e6 --- /dev/null +++ b/x11-misc/xfe/files/xfe-1.32.2-missing_Xlib_h.patch @@ -0,0 +1,35 @@ +http://bugs.gentoo.org/343825 + +--- src/ViewWindow.cpp ++++ src/ViewWindow.cpp +@@ -12,6 +12,8 @@ + #include <string.h> + #include <unistd.h> + ++#include <X11/Xlib.h> ++ + #include <fx.h> + #include <fxkeys.h> + #include <FXPNGIcon.h> +--- src/WriteWindow.cpp ++++ src/WriteWindow.cpp +@@ -12,6 +12,8 @@ + #include <unistd.h> + #include <signal.h> + ++#include <X11/Xlib.h> ++ + #include <fx.h> + #include <fxkeys.h> + #include <FXPNGIcon.h> +--- src/XFileExplorer.cpp ++++ src/XFileExplorer.cpp +@@ -8,6 +8,8 @@ + #include <sys/wait.h> + #include <unistd.h> + ++#include <X11/Xlib.h> ++ + #include <fx.h> + #include <fxkeys.h> + #include <FXPNGIcon.h> |