Include signal.h when using signals.

This commit is contained in:
Bruce Mitchener 2013-08-04 00:57:34 +08:00
Родитель 4b4ca9844a
Коммит fd56e35e8c
8 изменённых файлов: 16 добавлений и 8 удалений

Просмотреть файл

@ -2,6 +2,7 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -129,4 +130,4 @@ int main() {
setup();
test();
return EXIT_SUCCESS;
}
}

Просмотреть файл

@ -1,6 +1,7 @@
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -91,4 +92,4 @@ int main() {
setup();
test();
return EXIT_SUCCESS;
}
}

Просмотреть файл

@ -2,6 +2,7 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -150,4 +151,4 @@ int main() {
setup();
test();
return EXIT_SUCCESS;
}
}

Просмотреть файл

@ -2,6 +2,7 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -93,4 +94,4 @@ int main() {
setup();
test();
return EXIT_SUCCESS;
}
}

Просмотреть файл

@ -2,6 +2,7 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -164,4 +165,4 @@ int main() {
setup();
test();
return EXIT_SUCCESS;
}
}

Просмотреть файл

@ -1,5 +1,6 @@
#include <assert.h>
#include <fcntl.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -84,4 +85,4 @@ int main() {
setup();
test();
return EXIT_SUCCESS;
}
}

Просмотреть файл

@ -1,6 +1,7 @@
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -135,4 +136,4 @@ int main() {
setup();
test();
return EXIT_SUCCESS;
}
}

Просмотреть файл

@ -1,5 +1,6 @@
#include <assert.h>
#include <errno.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -50,4 +51,4 @@ int main() {
setup();
test();
return EXIT_SUCCESS;
}
}