mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
5b4b427b46
PR: ports/70117 Submitted by: Ports Fury
11 lines
419 B
C
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() */
|