1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/korean/gau/files/patch-ba
2000-02-20 15:19:19 +00:00

11 lines
411 B
Plaintext

--- gnome-login-support.h~ Sun Feb 6 11:46:20 2000
+++ gnome-login-support.h Sun Feb 6 11:47:09 2000
@@ -7,6 +7,7 @@
#elif defined(HAVE_UTIL_H) /* OpenBSD */
# include <util.h>
#elif defined(HAVE_LIBUTIL_H) /* FreeBSD */
+# include <sys/types.h>
# include <libutil.h>
#elif defined(HAVE_LIBUTIL) /* BSDI has libutil, but no libutil.h */
/* Avoid pulling in all the include files for no need */