ports/security/pixiewps/files/patch-pixiewps.c
Fernando Apesteguía ff00850d8f security/pixiewps: fix build with GCC-based architectures
PR:	237102
Submitted by:	pkubaj@anongoth.pl
Approved by:	franz@bett.ag (maintainer)
2019-04-09 21:37:49 +00:00

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