summaryrefslogtreecommitdiff
path: root/x11/libhelp/files/patch-ag
blob: c3005674d9a9db4be4058cd5e3a4438c85f1a1f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"