summaryrefslogtreecommitdiff
path: root/science/paraview/files/patch-Plugins_CDIReader_cdilib.c
blob: c0487375189536d9485ad6b6d1d85866ca9e19d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Plugins/CDIReader/cdilib.c.orig	2018-06-01 19:23:15 UTC
+++ Plugins/CDIReader/cdilib.c
@@ -47,7 +47,7 @@
 #define _XOPEN_SOURCE 600
 #endif
 
-#if defined(__linux__) || defined(__APPLE__)
+#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__)
   #include <unistd.h>
   #include <stdbool.h>
   #include <sys/types.h>