summaryrefslogtreecommitdiff
path: root/math.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-08-12 10:44:58 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-08-12 10:44:58 +0200
commitc1c5f4787820e7b20c702ed288c8b3b1ccb6a2fc (patch)
tree3bd9a3d3e3ea46539d852cd37510f8da8b475eb8 /math.h
parent4fdb61a6839e277cefde7c8332a8762e4989e72c (diff)
downloadpucket-c1c5f4787820e7b20c702ed288c8b3b1ccb6a2fc.tar.gz
pucket-c1c5f4787820e7b20c702ed288c8b3b1ccb6a2fc.tar.bz2
pucket-c1c5f4787820e7b20c702ed288c8b3b1ccb6a2fc.zip
Add missing include
Diffstat (limited to 'math.h')
-rw-r--r--math.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/math.h b/math.h
index 2c94b0b..48519b4 100644
--- a/math.h
+++ b/math.h
@@ -20,6 +20,7 @@
#include <math.h>
#include <assert.h>
+#include <stdlib.h>
#include "build/config.h"
#include "vector.h"