freebsd-ports/audio/libofa/files/patch-examples_example.cpp
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
274 B
C++

--- examples/example.cpp.orig 2016-07-26 15:10:24 UTC
+++ examples/example.cpp
@@ -7,6 +7,8 @@
-------------------------------------------------------------------*/
+#include <stdio.h>
+#include <string.h>
#include "protocol.h"
AudioData* loadWaveFile(char *file);