mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
16 lines
452 B
Plaintext
16 lines
452 B
Plaintext
|
diff -cb ../../../libhelp-1.8.1/libhelp/util.c libhelp/util.c
|
||
|
*** ../../../libhelp-1.8.1/libhelp/util.c Wed Jun 28 15:00:19 1995
|
||
|
--- libhelp/util.c Mon Oct 20 19:00:11 1997
|
||
|
***************
|
||
|
*** 45,50 ****
|
||
|
--- 45,53 ----
|
||
|
** -------------------------------------------------------------------- */
|
||
|
#include <sys/stat.h>
|
||
|
#include <ctype.h>
|
||
|
+ #ifdef __FreeBSD__
|
||
|
+ #include <sys/types.h>
|
||
|
+ #endif __FreeBSD__
|
||
|
#include <dirent.h>
|
||
|
|
||
|
#include "helpp.h"
|