comparison: finch/libgnt/gntwm.c
finch/libgnt/gntwm.c
- branch
- release-2.2.1
- changeset 20180
- 0028da879056
- parent 19859
- 71d37b57eff2
- child 20220
- 6d7683248222
- child 20821
- 51bd63176b50
equal
deleted
inserted
replaced
| 25 #define _XOPEN_SOURCE_EXTENDED |
25 #define _XOPEN_SOURCE_EXTENDED |
| 26 #endif |
26 #endif |
| 27 |
27 |
| 28 #include "config.h" |
28 #include "config.h" |
| 29 |
29 |
| |
30 #include <glib.h> |
| 30 #include <ctype.h> |
31 #include <ctype.h> |
| 31 #include <glib/gprintf.h> |
|
| 32 #include <gmodule.h> |
32 #include <gmodule.h> |
| 33 #include <stdlib.h> |
33 #include <stdlib.h> |
| 34 #include <string.h> |
34 #include <string.h> |
| 35 #include <time.h> |
35 #include <time.h> |
| 36 |
36 |