mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
13b89aaace
PR: 53231 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Pointed out by: bento via kris
11 lines
244 B
C++
11 lines
244 B
C++
--- 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>
|