openbsd-ports/net/ircd-hybrid/patches/patch-include_stdinc_h
jasper 044fb677fb - update to 7.3.1
- cleanup port

from brad
tested by aja@ edd@
2011-10-19 13:46:17 +00:00

13 lines
334 B
Plaintext

$OpenBSD: patch-include_stdinc_h,v 1.2 2011/10/19 13:46:17 jasper Exp $
--- include/stdinc.h.orig Fri Oct 14 15:11:43 2011
+++ include/stdinc.h Fri Oct 14 15:12:31 2011
@@ -65,6 +65,8 @@
#include <stdarg.h>
#include <signal.h>
#include <ctype.h>
+#include <login_cap.h>
+#include <pwd.h>
#include <dirent.h>
#include <netdb.h>