diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-03-13 08:58:46 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-03-13 08:58:46 (GMT) |
commit | 4b288e1acced97559353de5ef0c3881bc5cd8c3c (patch) | |
tree | fc0d5f45815c3ae45d6e51b8a50d8670cacacb58 | |
parent | c0dd076445aa4353b3647459ac5c36760df8579c (diff) | |
download | tk-4b288e1acced97559353de5ef0c3881bc5cd8c3c.zip tk-4b288e1acced97559353de5ef0c3881bc5cd8c3c.tar.gz tk-4b288e1acced97559353de5ef0c3881bc5cd8c3c.tar.bz2 |
missing include <stdlib.h>
-rw-r--r-- | xlib/xcolors.c | 1 |
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. |