opnsense-ports/net/pfinger/files/patch-src__utmplib.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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>