diff options
Diffstat (limited to 'deskutils/wmpinboard/files/patch-src__misc.c')
-rw-r--r-- | deskutils/wmpinboard/files/patch-src__misc.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/wmpinboard/files/patch-src__misc.c b/deskutils/wmpinboard/files/patch-src__misc.c new file mode 100644 index 000000000000..4d9576b834c1 --- /dev/null +++ b/deskutils/wmpinboard/files/patch-src__misc.c @@ -0,0 +1,10 @@ +--- misc.c.orig Thu Mar 16 19:54:45 2000 ++++ src/misc.c Wed Apr 18 12:45:21 2001 +@@ -8,6 +8,7 @@ + #include <stdlib.h> + #include <stdio.h> + #include <time.h> ++#include <sys/types.h> + #include <sys/stat.h> + + #include "wmpinboard.h" |