summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-03-13 08:58:46 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-03-13 08:58:46 (GMT)
commit4b288e1acced97559353de5ef0c3881bc5cd8c3c (patch)
treefc0d5f45815c3ae45d6e51b8a50d8670cacacb58
parentc0dd076445aa4353b3647459ac5c36760df8579c (diff)
downloadtk-4b288e1acced97559353de5ef0c3881bc5cd8c3c.zip
tk-4b288e1acced97559353de5ef0c3881bc5cd8c3c.tar.gz
tk-4b288e1acced97559353de5ef0c3881bc5cd8c3c.tar.bz2
missing include <stdlib.h>
-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.