diff options
Diffstat (limited to 'graphics/gliv/files/patch-src::collection.c')
-rw-r--r-- | graphics/gliv/files/patch-src::collection.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/gliv/files/patch-src::collection.c b/graphics/gliv/files/patch-src::collection.c new file mode 100644 index 000000000000..b9e0e10ada7d --- /dev/null +++ b/graphics/gliv/files/patch-src::collection.c @@ -0,0 +1,10 @@ +--- src/collection.c.orig Thu Jul 29 06:40:56 2004 ++++ src/collection.c Thu Aug 5 01:05:38 2004 +@@ -77,6 +77,7 @@ + * are '\0' terminated strings representing decimal numbers. + */ + ++#include <sys/types.h> + #include <sys/mman.h> /* mmap(), PROT_READ, MAP_PRIVATE, ... */ + #include <stdio.h> /* FILE, fopen(), fread(), fwrite(), ... */ + #include <string.h> /* strlen(), strrchr() */ |