Changeset 2512 for neercs/trunk
- Timestamp:
- Jul 1, 2008, 4:30:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/grab.c
r2509 r2512 15 15 #include "config.h" 16 16 17 #define _XOPEN_SOURCE 500 /* getsid() */ 18 19 #include <stdio.h> 20 #include <stdlib.h> 17 21 #include <errno.h> 18 22 #include <fcntl.h> 19 23 #include <signal.h> 20 #include <stdio.h>21 #include <stdlib.h>22 24 #include <string.h> 23 25 #include <unistd.h> 26 #include <sys/types.h> 27 #include <sys/stat.h> 24 28 25 29 #if defined HAVE_LINUX_KDEV_T_H
Note: See TracChangeset
for help on using the changeset viewer.