openbsd-ports/net/ircd-hybrid/patches/patch-include_stdinc_h
2012-11-05 23:45:30 +00:00

13 lines
332 B
Plaintext

$OpenBSD: patch-include_stdinc_h,v 1.3 2012/11/05 23:45:30 brad Exp $
--- include/stdinc.h.orig Mon May 28 09:47:46 2012
+++ include/stdinc.h Sun Jul 1 08:10:37 2012
@@ -59,6 +59,8 @@
#include <stdarg.h>
#include <signal.h>
#include <ctype.h>
+#include <login_cap.h>
+#include <pwd.h>
#include <dirent.h>
#include <netdb.h>