comparison lib-src/wakeup.c @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents e11d67e05968
children de805c49cfc1
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
1 /* Program to produce output at regular intervals. */ 1 /* Program to produce output at regular intervals. */
2 2
3 #include <../src/config.h> 3 #include <config.h>
4 4
5 #if __STDC__ || defined(STDC_HEADERS) 5 #if __STDC__ || defined(STDC_HEADERS)
6 #include <stdlib.h> 6 #include <stdlib.h>
7 #include <unistd.h> 7 #include <unistd.h>
8 #endif 8 #endif