93a66d9891
- Respect CFLAGS/CXXFLAGS - Bump PORTREVISION since port was building with -g previously PR: 155662 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) [1] avg@
11 lines
326 B
C++
11 lines
326 B
C++
--- ./examples/example.cpp.orig 2011-03-18 11:01:22.000000000 -0400
|
|
+++ ./examples/example.cpp 2011-03-18 11:01:22.000000000 -0400
|
|
@@ -7,6 +7,8 @@
|
|
|
|
-------------------------------------------------------------------*/
|
|
|
|
+#include <stdio.h>
|
|
+#include <string.h>
|
|
#include "protocol.h"
|
|
|
|
AudioData* loadWaveFile(char *file);
|