aboutsummaryrefslogtreecommitdiff
path: root/src/Shape.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Shape.cc')
-rw-r--r--src/Shape.cc8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Shape.cc b/src/Shape.cc
index bddb784..22156f4 100644
--- a/src/Shape.cc
+++ b/src/Shape.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Shape.cc,v 1.12 2004/08/10 19:34:35 fluxgen Exp $ 22// $Id: Shape.cc,v 1.13 2004/08/31 15:26:38 rathnor Exp $
23 23
24#include "Shape.hh" 24#include "Shape.hh"
25 25
@@ -28,7 +28,11 @@
28#include "FbTk/GContext.hh" 28#include "FbTk/GContext.hh"
29#include "FbTk/FbPixmap.hh" 29#include "FbTk/FbPixmap.hh"
30 30
31#include <cstring> 31#ifdef HAVE_CSTRING
32 #include <cstring>
33#else
34 #include <string.h>
35#endif
32 36
33#include <X11/Xutil.h> 37#include <X11/Xutil.h>
34#ifdef HAVE_CONFIG_H 38#ifdef HAVE_CONFIG_H