mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
13 lines
219 B
C
13 lines
219 B
C
--- pixiewps.c.orig 2019-04-08 08:26:23 UTC
|
|
+++ pixiewps.c
|
|
@@ -32,6 +32,10 @@
|
|
# include <windows.h>
|
|
#endif
|
|
|
|
+#ifdef __FreeBSD__
|
|
+# include <sys/types.h>
|
|
+#endif
|
|
+
|
|
#ifdef __APPLE__
|
|
# define _DARWIN_C_SOURCE
|
|
#endif
|