summaryrefslogtreecommitdiff
path: root/src/heretic/p_saveg.c
diff options
context:
space:
mode:
authorSimon Howard2015-04-10 23:42:01 -0400
committerSimon Howard2015-04-10 23:42:01 -0400
commit981d972f3da3418e58da11515db6979d3f85a08a (patch)
tree7056d825e354d507363de3cd3ed417665ce0a60b /src/heretic/p_saveg.c
parent710e963acad611dfd1c5780d9f68f6ef91e93a22 (diff)
downloadchocolate-doom-981d972f3da3418e58da11515db6979d3f85a08a.tar.gz
chocolate-doom-981d972f3da3418e58da11515db6979d3f85a08a.tar.bz2
chocolate-doom-981d972f3da3418e58da11515db6979d3f85a08a.zip
Add missing #includes.
Diffstat (limited to 'src/heretic/p_saveg.c')
-rw-r--r--src/heretic/p_saveg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/heretic/p_saveg.c b/src/heretic/p_saveg.c
index 3bd7c2b2..34e9e906 100644
--- a/src/heretic/p_saveg.c
+++ b/src/heretic/p_saveg.c
@@ -16,6 +16,8 @@
// P_tick.c
+#include <stdlib.h>
+
#include "doomdef.h"
#include "i_swap.h"
#include "i_system.h"