diff options
Diffstat (limited to '')
-rw-r--r-- | x11-wm/icewm/files/patch-ax | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/icewm/files/patch-ax b/x11-wm/icewm/files/patch-ax new file mode 100644 index 000000000000..1e12bd630eb6 --- /dev/null +++ b/x11-wm/icewm/files/patch-ax @@ -0,0 +1,11 @@ +--- src/wmclient.h.orig Tue Mar 26 14:29:05 2002 ++++ src/wmclient.h Tue Mar 26 14:29:13 2002 +@@ -5,6 +5,8 @@ + #include "ymenu.h" + #include "MwmUtil.h" + ++#include <X11/Xutil.h> ++ + class YFrameWindow; + class WindowListItem; + |