diff options
Diffstat (limited to 'x11-wm/windowmaker/files')
-rw-r--r-- | x11-wm/windowmaker/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/files/patch-ah b/x11-wm/windowmaker/files/patch-ah new file mode 100644 index 0000000..98271d3 --- /dev/null +++ b/x11-wm/windowmaker/files/patch-ah @@ -0,0 +1,11 @@ +--- WINGs/usleep.c.orig Wed Oct 21 14:43:55 1998 ++++ WINGs/usleep.c Mon Oct 26 19:27:37 1998 +@@ -11,6 +11,8 @@ + # include <sys/types.h> + #endif + ++#include <unistd.h> ++#include <string.h> + + #if defined(HAVE_SELECT) + |