aboutsummaryrefslogtreecommitdiffstats
path: root/src/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.h')
-rw-r--r--src/project.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/project.h b/src/project.h
index 9de6b17..ed33123 100644
--- a/src/project.h
+++ b/src/project.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.7 2008/02/13 09:12:21 james
+ * *** empty log message ***
+ *
* Revision 1.6 2008/02/09 15:47:28 james
* *** empty log message ***
*
@@ -84,13 +87,14 @@
#include <utmp.h>
#include <pty.h>
-#include "tty.h"
#include "crt.h"
+#include "tty.h"
#include "ansi.h"
#include "vt102.h"
#include "keys.h"
#include "history.h"
#include "ring.h"
+#include "log.h"
#include "context.h"