diff options
Diffstat (limited to 'src/Screen.cc')
| -rw-r--r-- | src/Screen.cc | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 7438a9d8..4d9c66fa 100644 --- a/src/Screen.cc +++ b/src/Screen.cc @@ -50,11 +50,17 @@ #include "Workspace.h" #include "Workspacemenu.h" -#ifdef STDC_HEADERS +#ifdef HAVE_STDLIB_H # include <stdlib.h> +#endif // HAVE_STDLIB_H + +#ifdef HAVE_STRING_H # include <string.h> +#endif // HAVE_STRING_H + +#ifdef HAVE_SYS_TYPES_H # include <sys/types.h> -#endif // STDC_HEADERS +#endif // HAVE_SYS_TYPES_H #ifdef HAVE_CTYPE_H # include <ctype.h> |
