fix audio/ecawave: fix build error
PR: 53231 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Pointed out by: bento via kris
This commit is contained in:
parent
07916774c0
commit
13b89aaace
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84130
1 changed files with 10 additions and 0 deletions
10
audio/ecawave/files/patch-qewaveform.h
Normal file
10
audio/ecawave/files/patch-qewaveform.h
Normal file
|
@ -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>
|
Loading…
Reference in a new issue