summaryrefslogtreecommitdiff
path: root/src/ndbm/DBM.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ndbm/DBM.h')
-rw-r--r--src/ndbm/DBM.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ndbm/DBM.h b/src/ndbm/DBM.h
new file mode 100644
index 00000000..ca291450
--- /dev/null
+++ b/src/ndbm/DBM.h
@@ -0,0 +1,5 @@
+#include <ndbm.h>
+typedef struct __DBM DBM;
+/*
+XOPEN(400)
+*/