mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
14 lines
225 B
C
14 lines
225 B
C
--- src/qmidictlUdpDevice.h.orig 2019-02-11 18:32:44 UTC
|
|
+++ src/qmidictlUdpDevice.h
|
|
@@ -36,6 +36,10 @@
|
|
#endif
|
|
#endif
|
|
|
|
+#if defined(__FreeBSD__)
|
|
+#include <netinet/in.h>
|
|
+#endif
|
|
+
|
|
#include <QObject>
|
|
#include <QString>
|
|
|