aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-03 14:35:35 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-03 14:35:35 +0000
commite9a6906ae6fdd463a41feceacc33d88723b9c07a (patch)
treefcfbff87a2f0c59626f876eb2130cc3ea38cc4bd
parent6527d954df67baf9eb278fb2e6f2766869cbe6f5 (diff)
downloadgdbm-e9a6906ae6fdd463a41feceacc33d88723b9c07a.tar.gz
gdbm-e9a6906ae6fdd463a41feceacc33d88723b9c07a.tar.bz2
Include gdbm.h.
-rw-r--r--src/gdbmerrno.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdbmerrno.c b/src/gdbmerrno.c
index b769faa..5d29733 100644
--- a/src/gdbmerrno.c
+++ b/src/gdbmerrno.c
@@ -19,7 +19,7 @@
/* Include system configuration before all else. */
#include "autoconf.h"
-#include "gdbmerrno.h"
+#include "gdbm.h"
/* this is not static so that applications may access the array if they
like. it must be in the same order as the error codes! */

Return to:

Send suggestions and report system problems to the System administrator.