diff options
Diffstat (limited to 'src/heretic/d_net.c')
-rw-r--r-- | src/heretic/d_net.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/heretic/d_net.c b/src/heretic/d_net.c index f6121e91..9258b7d7 100644 --- a/src/heretic/d_net.c +++ b/src/heretic/d_net.c @@ -25,6 +25,8 @@ // d_net.c // This version has the fixed ticdup code +#include <stdlib.h> + #include "doomdef.h" #include "doomkeys.h" |