diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-13 08:58:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-13 08:58:46 (GMT) |
commit | 8ce4c226c4dd3f48e383dbf45ce9e83b4568696d (patch) | |
tree | fc0d5f45815c3ae45d6e51b8a50d8670cacacb58 /xlib | |
parent | eb82b46a885ed7d88adf980f37e1c70ed25acda0 (diff) | |
download | tk-8ce4c226c4dd3f48e383dbf45ce9e83b4568696d.zip tk-8ce4c226c4dd3f48e383dbf45ce9e83b4568696d.tar.gz tk-8ce4c226c4dd3f48e383dbf45ce9e83b4568696d.tar.bz2 |
missing include <stdlib.h>
Diffstat (limited to 'xlib')
-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. |