diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2002-03-26 05:36:46 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2002-03-26 05:36:46 +0000 |
commit | 8a2b6c553d44116774c5d77ca0c29234054ce32f (patch) | |
tree | eaf6edce68ac07e8a87d91ead8c8016bf63d71a6 /x11-wm/icewm/files/patch-ax | |
parent | Update to 0.5.6. (diff) |
Fix up the compile failure
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; + |