mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
7e3e33364d
Submitted by: George Reid <greid@ukug.uk.freebsd.org> PR: 25023
10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
--- src/blacklist.c.orig Mon Feb 12 00:26:06 2001
|
|
+++ src/blacklist.c Mon Feb 12 00:26:19 2001
|
|
@@ -1,5 +1,6 @@
|
|
/* blacklist.c */
|
|
|
|
+#include <sys/types.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|