fixed inclusion order
2fc8a135
1 file(s) · +2 −1
| 27 | 27 | */ |
|
| 28 | 28 | #include <errno.h> |
|
| 29 | 29 | #include <locale.h> |
|
| 30 | - | #include <regex.h> |
|
| 31 | 30 | #include <stdarg.h> |
|
| 32 | 31 | #include <stdio.h> |
|
| 33 | 32 | #include <stdlib.h> |
|
| 34 | 33 | #include <string.h> |
|
| 35 | 34 | #include <unistd.h> |
|
| 36 | 35 | #include <sys/select.h> |
|
| 36 | + | #include <sys/types.h> |
|
| 37 | 37 | #include <sys/wait.h> |
|
| 38 | + | #include <regex.h> |
|
| 38 | 39 | #include <X11/cursorfont.h> |
|
| 39 | 40 | #include <X11/keysym.h> |
|
| 40 | 41 | #include <X11/Xatom.h> |