comparison lib-src/wakeup.c @ 438:84b14dcb0985 r21-2-27

Import from CVS: tag r21-2-27
author cvs
date Mon, 13 Aug 2007 11:32:25 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
437:e2a4e8b94b82 438:84b14dcb0985
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