aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-03 14:35:24 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-03 14:35:24 +0000
commit6527d954df67baf9eb278fb2e6f2766869cbe6f5 (patch)
tree1e641665ba1148c2e5dd819c056fa9ac78462f6a
parent6c8f0d0dee41f28c03ed65c2212aec20d123dc61 (diff)
downloadgdbm-6527d954df67baf9eb278fb2e6f2766869cbe6f5.tar.gz
gdbm-6527d954df67baf9eb278fb2e6f2766869cbe6f5.tar.bz2
Include arpa/inet.h and gdbm.h.
-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.