diff options
Diffstat (limited to 'net/pfinger/files/patch-src__utmplib.c')
-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..aabfdf62f837 --- /dev/null +++ b/net/pfinger/files/patch-src__utmplib.c @@ -0,0 +1,10 @@ +--- 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> |