chiark / gitweb /
*** empty log message ***
[sympathy.git] / apps / sympathyd.c
index a535ac6a34c7a7bb38e63ca8c73ea0f87c5b3e26..4845c95c27866344aeda50bab0abbcc8ae725a29 100644 (file)
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
 
 /*
  * $Log$
+ * Revision 1.3  2008/02/08 15:06:52  james
+ * *** empty log message ***
+ *
  * Revision 1.2  2008/02/07 15:42:49  james
  * *** empty log message ***
  *
@@ -21,6 +24,10 @@ static char rcsid[] = "$Id$";
 #include "sympathy.h"
 #include "ipc.h"
 
+#include "../src/crt.h"
+#include "../src/vt102.h"
+
+
 int main(int argc,char *argv[])
 {
 int fd;
@@ -48,6 +55,6 @@ if (listen(fd,5)<0) {
 }
 
 
-
+printf("sizeof(VT102)=%d\n",sizeof(VT102));
 
 }