openbsd-ports/net/ircd-hybrid/patches/patch-include_stdinc_h
2009-02-09 15:14:22 +00:00

13 lines
339 B
Plaintext

$OpenBSD: patch-include_stdinc_h,v 1.1 2009/02/09 15:14:22 form Exp $
--- include/stdinc.h.orig Wed Feb 28 10:17:43 2007
+++ include/stdinc.h Sun Feb 8 14:33:40 2009
@@ -94,6 +94,8 @@
#include <stdarg.h>
#include <signal.h>
#include <ctype.h>
+#include <login_cap.h>
+#include <pwd.h>
#ifdef _WIN32
#define PATH_MAX (MAX_PATH - 1)