freebsd-ports/net-mgmt/nagircbot/files/patch-error.c
Wesley Shields 606a979463 - Update to 0.0.33.
PR:		ports/157488
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
Approved by:	maintainer timeout
2011-06-15 13:51:06 +00:00

9 lines
226 B
C

--- error.c.orig Sat Apr 28 14:08:54 2007
+++ error.c Sat Apr 28 14:17:12 2007
@@ -5,6 +5,9 @@
#include <sys/types.h>
#include <signal.h>
#include <syslog.h>
+#include <sys/param.h>
+#include <libutil.h>
+#include "anna.h"