diff options
-rw-r--r-- | games/xword/files/patch-FileUtil.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/xword/files/patch-FileUtil.h b/games/xword/files/patch-FileUtil.h new file mode 100644 index 000000000000..00d80f7a6345 --- /dev/null +++ b/games/xword/files/patch-FileUtil.h @@ -0,0 +1,9 @@ +--- src/FileUtil.h.orig Mon Nov 18 16:12:05 2002 ++++ src/FileUtil.h Mon Nov 18 16:12:41 2002 +@@ -29,6 +29,7 @@ + #include <stdio.h> + #include <string> + #include <vector> ++#include <sys/types.h> + + #include "Filename.h" |