blob: 407e7d25b2f022e853a3f6cf716efd459cd928c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- makedb.c.orig 1993-03-03 22:10:04.000000000 +0100
+++ makedb.c 2013-06-16 16:58:53.000000000 +0200
@@ -4,6 +4,7 @@
#endif /* lint */
#include <stdio.h>
+#include <unistd.h>
#include "config.h"
typedef struct {
|