chiark / gitweb /
much work on hash tables etc.
[chiark-tcl.git] / cdb / chiark_tcl_cdb.h
index db2d3d1d31546b238886c6ec96723f29529b2b99..ff5424b9e556aff8e4eed376bd05b2e19b45152f 100644 (file)
@@ -4,9 +4,17 @@
 #ifndef CHIARK_TCL_CDB_H
 #define CHIARK_TCL_CDB_H
 
+#include <sys/types.h>
+#include <fcntl.h>
+#include <unistd.h>
+
+#include <cdb.h>
+
 #include "hbytes.h"
 #include "cdb+tcmdif.h"
 
+#define RWSCF_OKJUNK 002
+
 extern const IdDataSpec cdbtcl_databases, cdbtcl_rwdatabases;
 
 #endif /*CHIARK_TCL_CDB_H*/