forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
222 B
C
10 lines
222 B
C
--- makedb.c.orig 1993-03-03 22:10:04.000000000 +0100
|
|
+++ makedb.c 2013-06-16 18:17:48.000000000 +0200
|
|
@@ -4,6 +4,7 @@
|
|
#endif /* lint */
|
|
|
|
#include <stdio.h>
|
|
+#include <unistd.h>
|
|
#include "config.h"
|
|
|
|
typedef struct {
|