1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/graphics/gliv/files/patch-src::collection.c
Kirill Ponomarev 5b4b427b46 Update to version 1.8.4
PR:		ports/70117
Submitted by:	Ports Fury
2004-08-07 19:14:35 +00:00

11 lines
419 B
C

--- 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() */