mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
10 lines
183 B
C++
10 lines
183 B
C++
--- JSDL.cpp.orig 2015-09-20 01:08:54 UTC
|
|
+++ JSDL.cpp
|
|
@@ -18,6 +18,7 @@
|
|
#include <SDL_mixer.h>
|
|
|
|
#include <cstdlib>
|
|
+#include <cstring>
|
|
#include <fstream>
|
|
#include <stdexcept>
|
|
|