freebsd-ports/net/pfinger/files/patch-src::utmplib.c
Ying-Chieh Liao 194f992f1a upgrade to 0.7.10
drop maintainership
2003-01-20 03:46:26 +00:00

10 lines
270 B
C

--- src/utmplib.c.orig Mon Jan 20 11:42:57 2003
+++ src/utmplib.c Mon Jan 20 11:43:05 2003
@@ -32,6 +32,7 @@
#if !defined(HAVE_SETUTENT) && !defined (HAVE_UTMPX_H)
+#include <sys/types.h>
#include <time.h> /* Don't ask... */
#include <utmp.h>
#include <fcntl.h>