mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7b804361b0
applications. Call xmhelp for an example and introduction. Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
16 lines
529 B
Plaintext
16 lines
529 B
Plaintext
diff -cb ../../../libhelp-1.8.1/libhelp/load.c libhelp/load.c
|
|
*** ../../../libhelp-1.8.1/libhelp/load.c Wed Jun 28 15:00:15 1995
|
|
--- libhelp/load.c Mon Oct 20 19:00:11 1997
|
|
***************
|
|
*** 37,42 ****
|
|
--- 37,45 ----
|
|
/*----------------------------------------------------------------------*
|
|
*g include section
|
|
**----------------------------------------------------------------------*/
|
|
+ #ifdef __FreeBSD__
|
|
+ #include <sys/types.h>
|
|
+ #endif __FreeBSD__
|
|
#include <dirent.h>
|
|
#include <sys/stat.h>
|
|
#include <unistd.h>
|