summaryrefslogtreecommitdiff
path: root/opl
diff options
context:
space:
mode:
authorSimon Howard2015-04-10 23:42:01 -0400
committerSimon Howard2015-04-10 23:42:01 -0400
commit981d972f3da3418e58da11515db6979d3f85a08a (patch)
tree7056d825e354d507363de3cd3ed417665ce0a60b /opl
parent710e963acad611dfd1c5780d9f68f6ef91e93a22 (diff)
downloadchocolate-doom-981d972f3da3418e58da11515db6979d3f85a08a.tar.gz
chocolate-doom-981d972f3da3418e58da11515db6979d3f85a08a.tar.bz2
chocolate-doom-981d972f3da3418e58da11515db6979d3f85a08a.zip
Add missing #includes.
Diffstat (limited to 'opl')
-rw-r--r--opl/examples/droplay.c1
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"