aboutsummaryrefslogtreecommitdiffstats
path: root/main/db1-ast/include/ndbm.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/db1-ast/include/ndbm.h')
-rw-r--r--main/db1-ast/include/ndbm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/db1-ast/include/ndbm.h b/main/db1-ast/include/ndbm.h
index db14dff2e..d2079b0a5 100644
--- a/main/db1-ast/include/ndbm.h
+++ b/main/db1-ast/include/ndbm.h
@@ -39,7 +39,7 @@
#ifndef _NDBM_H
#define _NDBM_H 1
-#include <db.h>
+#include "db.h"
/* Map dbm interface onto db(3). */
#define DBM_RDONLY O_RDONLY