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 | 428b9663fa684abc9c5ee4c816c3219a8809b37d (patch) | |
tree | fc0d5f45815c3ae45d6e51b8a50d8670cacacb58 /xlib/xcolors.c | |
parent | 8635e9387149709f7c121b691beb8dff2bfa4517 (diff) | |
download | tk-428b9663fa684abc9c5ee4c816c3219a8809b37d.zip tk-428b9663fa684abc9c5ee4c816c3219a8809b37d.tar.gz tk-428b9663fa684abc9c5ee4c816c3219a8809b37d.tar.bz2 |
missing include <stdlib.h>
Diffstat (limited to 'xlib/xcolors.c')
-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. |