diff options
Diffstat (limited to 'src/FbTk/Shape.cc')
-rw-r--r-- | src/FbTk/Shape.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/FbTk/Shape.cc b/src/FbTk/Shape.cc index e7e2563..c952403 100644 --- a/src/FbTk/Shape.cc +++ b/src/FbTk/Shape.cc | |||
@@ -36,6 +36,12 @@ | |||
36 | #include <string.h> | 36 | #include <string.h> |
37 | #endif | 37 | #endif |
38 | 38 | ||
39 | #ifdef HAVE_CSTDLIB | ||
40 | #include <cstdlib> | ||
41 | #else | ||
42 | #include <stdlib.h> | ||
43 | #endif | ||
44 | |||
39 | #include <X11/Xutil.h> | 45 | #include <X11/Xutil.h> |
40 | 46 | ||
41 | #ifdef SHAPE | 47 | #ifdef SHAPE |