summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-13 08:58:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-13 08:58:46 (GMT)
commit8ce4c226c4dd3f48e383dbf45ce9e83b4568696d (patch)
treefc0d5f45815c3ae45d6e51b8a50d8670cacacb58 /xlib
parenteb82b46a885ed7d88adf980f37e1c70ed25acda0 (diff)
downloadtk-8ce4c226c4dd3f48e383dbf45ce9e83b4568696d.zip
tk-8ce4c226c4dd3f48e383dbf45ce9e83b4568696d.tar.gz
tk-8ce4c226c4dd3f48e383dbf45ce9e83b4568696d.tar.bz2
missing include <stdlib.h>
Diffstat (limited to 'xlib')
-rw-r--r--xlib/xcolors.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlib/xcolors.c b/xlib/xcolors.c
index 3a48faa..984797f 100644
--- a/xlib/xcolors.c
+++ b/xlib/xcolors.c
@@ -11,6 +11,7 @@
*/
#include "tkInt.h"
+#include <stdlib.h>
/*
* Forward declarations for functions used only in this file.