chiark / gitweb /
update wip; see cvs diff from 1.12 before checkin
[chiark-tcl.git] / cdb / chiark_tcl_cdb.h
index db2d3d1d31546b238886c6ec96723f29529b2b99..99bcc036c3e68a8fbc2d5ec836fa5dd38da65224 100644 (file)
@@ -4,9 +4,21 @@
 #ifndef CHIARK_TCL_CDB_H
 #define CHIARK_TCL_CDB_H
 
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+#include <unistd.h>
+
+#include <ctype.h>
+#include <stdio.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*/