chiark / gitweb /
::
[sympathy.git] / src / project.h
index 079f38a48b1ce068184520a12d98f965e32290ee..f8be4ca1bcf14a51a792f60f52c2b8dcc7330aa8 100644 (file)
 
 /*
  * $Log$
+ * Revision 1.3  2008/02/04 05:45:55  james
+ * ::
+ *
+ * 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 ***
  *
 #include <sys/int_types.h>
 #endif
 
+#include <termio.h>
+#include <termios.h>
+#include <signal.h>
+
+#include <utmp.h>
+#include <pty.h>
+
+#include "crt.h"
+#include "ansi.h"
+#include "vt102.h"
+
 #include "prototypes.h"
 
 #endif /* __PROJECT_H__ */