diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-24 09:34:58 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-24 09:34:58 +0000 |
commit | 1fb5ebd43baa480df4adeeec013e8f481a4524b6 (patch) | |
tree | 992ae2b657ead65fefdee610018d045cb8df047b | |
parent | Maitainer update: Fix security/pam-pgsql on -current (diff) |
Make games/xword building on -current again.
PR: ports/45410
Submitted by: Paul Everlund <tdv94ped@cs.umu.se>
Notes
Notes:
svn path=/head/; revision=70978
-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" |