aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2013-12-31 04:26:43 -0800
committerBenoit Germain <bnt.germain@gmail.com>2013-12-31 04:26:43 -0800
commit132e85cb40f3a88efdb66a6344061bade628fcda (patch)
treee054e31ed6b89d48def1ccb474452bb4dfc8b219
parent95c696cffe7bf16e27d6d766750c96a38dd23b32 (diff)
parent70c95af4b5496209fdacc7434c12d79bacd9d3e0 (diff)
downloadlanes-132e85cb40f3a88efdb66a6344061bade628fcda.tar.gz
lanes-132e85cb40f3a88efdb66a6344061bade628fcda.tar.bz2
lanes-132e85cb40f3a88efdb66a6344061bade628fcda.zip
Merge pull request #83 from AlexanderKhilo/patch-1
Update tools.c
-rw-r--r--src/tools.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools.c b/src/tools.c
index e743393..60f9012 100644
--- a/src/tools.c
+++ b/src/tools.c
@@ -42,7 +42,9 @@ THE SOFTWARE.
42#include <string.h> 42#include <string.h>
43#include <ctype.h> 43#include <ctype.h>
44#include <stdlib.h> 44#include <stdlib.h>
45#if !defined(__APPLE__)
45#include <malloc.h> 46#include <malloc.h>
47#endif
46 48
47/* 49/*
48 * ############################################################################################### 50 * ###############################################################################################