diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-27 01:59:09 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-27 01:59:09 +0800 |
commit | c4fe9a164b08c08b88810b93dcff9a9d8e502d52 (patch) | |
tree | 17bb53ab23b87c6073f31de54a5270b67f4141c1 /net | |
parent | 12c68c9dca97e7e12810a01e1201ff86337d7915 (diff) | |
download | freebsd-ports-gnome-c4fe9a164b08c08b88810b93dcff9a9d8e502d52.tar.gz freebsd-ports-gnome-c4fe9a164b08c08b88810b93dcff9a9d8e502d52.tar.zst freebsd-ports-gnome-c4fe9a164b08c08b88810b93dcff9a9d8e502d52.zip |
include sys/types.h
Submitted by: bento
Diffstat (limited to 'net')
-rw-r--r-- | net/pfinger/files/patch-src::utmplib.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/pfinger/files/patch-src::utmplib.c b/net/pfinger/files/patch-src::utmplib.c new file mode 100644 index 000000000000..85f0c288d98f --- /dev/null +++ b/net/pfinger/files/patch-src::utmplib.c @@ -0,0 +1,10 @@ +--- src/utmplib.c.orig Tue Nov 27 01:52:39 2001 ++++ src/utmplib.c Tue Nov 27 01:53:08 2001 +@@ -32,6 +32,7 @@ + + #if !defined(HAVE_SETUTENT) && !defined (HAVE_UTMPX_H) + ++#include <sys/types.h> + #include <syslog.h> + #include <time.h> /* Don't ask... */ + #include <utmp.h> |