[Xxvt-commit] CVS: xxvt/test test001.c,1.2,1.3
Status: Pre-Alpha
Brought to you by:
nlevitt
|
From: Pierre-Paul L. <pp...@us...> - 2002-03-28 02:45:39
|
Update of /cvsroot/xxvt/xxvt/test In directory usw-pr-cvs1:/tmp/cvs-serv12296 Modified Files: test001.c Log Message: syncmail works now!!!! wehooo! :-) Index: test001.c =================================================================== RCS file: /cvsroot/xxvt/xxvt/test/test001.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** test001.c 28 Mar 2002 02:33:15 -0000 1.2 --- test001.c 28 Mar 2002 02:45:36 -0000 1.3 *************** *** 2,9 **** /* tests some escape sequences */ - #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <string.h> void write_line(int length); --- 2,10 ---- /* tests some escape sequences */ #include <stdio.h> #include <stdlib.h> #include <string.h> + + #include <unistd.h> void write_line(int length); |