summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/chd.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/chd.c
parent5eebfe6ba6220c9ae48ed76d1d2e979df8a23ea3 (diff)
lib/util now includes stdlib.h where needed
Diffstat (limited to 'src/lib/util/chd.c')
-rw-r--r--src/lib/util/chd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util/chd.c b/src/lib/util/chd.c
index ef09df83211..4cbe8b5c6d8 100644
--- a/src/lib/util/chd.c
+++ b/src/lib/util/chd.c
@@ -44,6 +44,8 @@
#include <zlib.h>
#include <time.h>
#include <stddef.h>
+#include <stdlib.h>
+