mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
86ffba25d4
add a missing header file the 3.0 needs... Submitted by: asami
11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
*** nspmod.c.orig Tue Jun 3 02:45:41 1997
|
|
--- nspmod.c Tue Jun 3 02:45:52 1997
|
|
***************
|
|
*** 1,4 ****
|
|
--- 1,5 ----
|
|
#include <stdio.h> /*(perror)*/
|
|
+ #include <sys/types.h>
|
|
#include <sys/mman.h> /*PROT_READ,MAP_xxx*/
|
|
#include <fcntl.h> /*O_RDONLY*/
|
|
#include <sys/stat.h> /*stat*/
|