aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmapp.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-05-13 21:10:40 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2013-05-13 21:10:40 +0000
commit6d66bc4877a319d0f6400f5058be47f221e731da (patch)
treefa767d22262801297ffac0aedf25f4eec904751d /src/gdbmapp.h
parentf1a89bc4e380c1fd331f26baa1376233acbc7772 (diff)
downloadgdbm-6d66bc4877a319d0f6400f5058be47f221e731da.tar.gz
gdbm-6d66bc4877a319d0f6400f5058be47f221e731da.tar.bz2
Add support for Berkeley dump format version 3 (read-only).
* src/gdbmapp.h: Include gettext.h and locale.h. * src/gdbmload.c: Support for Berkeley dump format, version 3.
Diffstat (limited to 'src/gdbmapp.h')
-rw-r--r--src/gdbmapp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gdbmapp.h b/src/gdbmapp.h
index 0de0005..d978cef 100644
--- a/src/gdbmapp.h
+++ b/src/gdbmapp.h
@@ -16,6 +16,10 @@
#include <stdlib.h>
#include <stdarg.h>
+#include "gettext.h"
+#ifdef HAVE_LOCALE_H
+# include <locale.h>
+#endif
extern const char *progname;

Return to:

Send suggestions and report system problems to the System administrator.