diff options
author | Simon Howard | 2015-04-10 23:42:01 -0400 |
---|---|---|
committer | Simon Howard | 2015-04-10 23:42:01 -0400 |
commit | 981d972f3da3418e58da11515db6979d3f85a08a (patch) | |
tree | 7056d825e354d507363de3cd3ed417665ce0a60b /opl/examples | |
parent | 710e963acad611dfd1c5780d9f68f6ef91e93a22 (diff) | |
download | chocolate-doom-981d972f3da3418e58da11515db6979d3f85a08a.tar.gz chocolate-doom-981d972f3da3418e58da11515db6979d3f85a08a.tar.bz2 chocolate-doom-981d972f3da3418e58da11515db6979d3f85a08a.zip |
Add missing #includes.
Diffstat (limited to 'opl/examples')
-rw-r--r-- | opl/examples/droplay.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opl/examples/droplay.c b/opl/examples/droplay.c index 7b20e03d..16e10c3c 100644 --- a/opl/examples/droplay.c +++ b/opl/examples/droplay.c @@ -19,6 +19,7 @@ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include "SDL.h" |