mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
11 lines
183 B
C++
11 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>
|
|
|