summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-03 12:26:16 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-03 12:26:16 +0000
commit13b89aaace52537e98e7884c8e3cb62790b06200 (patch)
treec9962cd30400f903244d78de8d1c62b984515206 /audio
parentfix: graphics/landscape (diff)
fix audio/ecawave: fix build error
PR: 53231 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Pointed out by: bento via kris
Notes
Notes: svn path=/head/; revision=84130
Diffstat (limited to 'audio')
-rw-r--r--audio/ecawave/files/patch-qewaveform.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/ecawave/files/patch-qewaveform.h b/audio/ecawave/files/patch-qewaveform.h
new file mode 100644
index 000000000000..dbdc5fbc544c
--- /dev/null
+++ b/audio/ecawave/files/patch-qewaveform.h
@@ -0,0 +1,10 @@
+--- src/qewaveform.h.orig Wed Jun 11 18:38:05 2003
++++ src/qewaveform.h Wed Jun 11 18:38:39 2003
+@@ -1,6 +1,7 @@
+ #ifndef INCLUDED_QEWAVEFORM_H
+ #define INCLUDED_QEWAVEFORM_H
+
++#include <sys/types.h>
+ #include <vector>
+
+ #include <qwidget.h>