1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/x11/libhelp/files/patch-ag
Thomas Gellekum 7b804361b0 Import libhelp port. libhelp is a hypertext help system for Motif
applications. Call xmhelp for an example and introduction.

Submitted by:	Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
1998-04-09 08:13:33 +00:00

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"