freebsd-ports/net/gnut/files/patch-aa
Kris Kennaway ccaa0700b3 Fix compilation on 3.5
Noticed by:	BWS - Offwhite <brennan@offwhite.net>
2000-09-10 11:03:49 +00:00

7 lines
197 B
Text

--- src/blacklist.c.orig Sun Sep 10 03:49:23 2000
+++ src/blacklist.c Sun Sep 10 03:49:31 2000
@@ -1,3 +1,4 @@
+#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>