ok, using signal.h for portability reasons
57a0788b
1 file(s) · +1 −1
| 23 | 23 | #include <errno.h> |
|
| 24 | 24 | #include <locale.h> |
|
| 25 | 25 | #include <stdarg.h> |
|
| 26 | + | #include <signal.h> |
|
| 26 | 27 | #include <stdio.h> |
|
| 27 | 28 | #include <stdlib.h> |
|
| 28 | 29 | #include <string.h> |
|
| 29 | 30 | #include <unistd.h> |
|
| 30 | - | #include <sys/signal.h> |
|
| 31 | 31 | #include <sys/types.h> |
|
| 32 | 32 | #include <sys/wait.h> |
|
| 33 | 33 | #include <X11/cursorfont.h> |