aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/flatfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flatfile.c b/src/flatfile.c
index 84008f6..da33e05 100644
--- a/src/flatfile.c
+++ b/src/flatfile.c
@@ -20,11 +20,11 @@
/* Include system configuration before all else. */
#include "autoconf.h"
+#include <arpa/inet.h>
#include "gdbmdefs.h"
#include "extern.h"
-
-extern const char * gdbm_version;
+#include "gdbm.h"
#endif

Return to:

Send suggestions and report system problems to the System administrator.