aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAiden Woodruff <aiden.woodruff@gmail.com>2018-07-27 21:46:44 -0500
committerAiden Woodruff <aiden.woodruff@gmail.com>2018-07-27 21:46:44 -0500
commitd7ca0346270e86c52d87ab16967430b51901bbd9 (patch)
tree0d6f9991ca25c17d1c13ae9f9568c8aa09a5db96
parent9ed4ac7700f77f3f1d5332798b85b5825504e19b (diff)
downloadlife-1.3.1.tar.gz
life-1.3.1.tar.bz2
life-1.3.1.zip
Fixed issue where <stdlib.h> wasn't includedlife-1.3.1
Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
-rw-r--r--updatemap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/updatemap.h b/updatemap.h
index 5c5bb8d..59e4a6e 100644
--- a/updatemap.h
+++ b/updatemap.h
@@ -1,3 +1,4 @@
1#include <stdlib.h>
1#include <string.h> 2#include <string.h>
2 3
3#ifndef LIFE_UPDATEMAP_H_ 4#ifndef LIFE_UPDATEMAP_H_