diff options
author | Simon Howard | 2015-04-12 02:22:06 +0000 |
---|---|---|
committer | Simon Howard | 2015-04-12 02:22:06 +0000 |
commit | 5ddb558a635208d9c08210be8283c83a8d45278f (patch) | |
tree | b819fff758f618bf2398c99f8e3e665717e365c5 /src/setup | |
parent | 95a7160ca80c21057ecfe72fdba4a2dd977223e3 (diff) | |
parent | fa3dc6f58921ec8299b1ec49913b75fda1659e74 (diff) | |
download | chocolate-doom-5ddb558a635208d9c08210be8283c83a8d45278f.tar.gz chocolate-doom-5ddb558a635208d9c08210be8283c83a8d45278f.tar.bz2 chocolate-doom-5ddb558a635208d9c08210be8283c83a8d45278f.zip |
Merge branch 'master' of https://github.com/chocolate-doom/chocolate-doom
Diffstat (limited to 'src/setup')
-rw-r--r-- | src/setup/execute.c | 1 | ||||
-rw-r--r-- | src/setup/joystick.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/setup/execute.c b/src/setup/execute.c index bbb23c38..26f59fd8 100644 --- a/src/setup/execute.c +++ b/src/setup/execute.c @@ -18,6 +18,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <ctype.h> #include <sys/types.h> diff --git a/src/setup/joystick.c b/src/setup/joystick.c index dbd7815c..db4ad258 100644 --- a/src/setup/joystick.c +++ b/src/setup/joystick.c @@ -14,6 +14,7 @@ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include "doomtype.h" #include "i_joystick.h" |