summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/palette.c
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2010-01-17 20:15:47 +0000
committer Couriersud <couriersud@users.noreply.github.com>2010-01-17 20:15:47 +0000
commit9f669d0121360b80266eaf56eaea98b9078980dd (patch)
tree0f8f9bf2e01437c8155bef339b209d1b5ca490c4 /src/lib/util/palette.c
parent5eebfe6ba6220c9ae48ed76d1d2e979df8a23ea3 (diff)
lib/util now includes stdlib.h where needed
Diffstat (limited to 'src/lib/util/palette.c')
-rw-r--r--src/lib/util/palette.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util/palette.c b/src/lib/util/palette.c
index f908a3f197e..ab13edc76ea 100644
--- a/src/lib/util/palette.c
+++ b/src/lib/util/palette.c
@@ -38,6 +38,7 @@
******************************************************************************/
#include "palette.h"
+#include <stdlib.h>
#include <math.h>