diff options
Diffstat (limited to 'sysutils/oak/files/patch-text.c')
-rw-r--r-- | sysutils/oak/files/patch-text.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/oak/files/patch-text.c b/sysutils/oak/files/patch-text.c new file mode 100644 index 000000000000..207cb7ee9cab --- /dev/null +++ b/sysutils/oak/files/patch-text.c @@ -0,0 +1,10 @@ +--- text.c.orig Sun Feb 27 21:54:53 2005 ++++ text.c Tue Jun 21 10:26:41 2005 +@@ -1,6 +1,7 @@ + #include <stdio.h> + #include <string.h> + #include <stdlib.h> ++#include <sys/types.h> + #include <regex.h> + #include <ctype.h> + #include "oak.h" |