aboutsummaryrefslogtreecommitdiffstats
path: root/src/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.h')
-rw-r--r--src/project.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/project.h b/src/project.h
index 079f38a..9ce651f 100644
--- a/src/project.h
+++ b/src/project.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.2 2008/02/04 02:05:06 james
+ * *** empty log message ***
+ *
* Revision 1.1 2008/02/03 16:20:24 james
* *** empty log message ***
*
@@ -60,6 +63,13 @@
#include <sys/int_types.h>
#endif
+#include <termio.h>
+#include <termios.h>
+
+#include "crt.h"
+#include "ansi.h"
+#include "vt102.h"
+
#include "prototypes.h"
#endif /* __PROJECT_H__ */