1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/x11-wm/windowmaker/files/patch-ah
Thomas Gellekum afbc2ba0b4 Upgrade to 0.20.2.
Submitted by:	Brian Handy <handy@physics.montana.edu>
1998-10-30 08:24:36 +00:00

12 lines
218 B
Plaintext

--- 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)