mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
12 lines
257 B
Plaintext
12 lines
257 B
Plaintext
Index: examples/example.cpp
|
|
--- examples/example.cpp.orig
|
|
+++ examples/example.cpp
|
|
@@ -7,6 +7,7 @@
|
|
|
|
-------------------------------------------------------------------*/
|
|
|
|
+#include <cstring>
|
|
#include "protocol.h"
|
|
|
|
AudioData* loadWaveFile(char *file);
|