aboutsummaryrefslogtreecommitdiff
path: root/graphics/matplotplusplus/files/patch-source_matplot_util_popen.h
blob: 64cc9233d281cb93b0463443c24206ae58c13dee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- source/matplot/util/popen.h.orig	2025-11-25 15:02:56 UTC
+++ source/matplot/util/popen.h
@@ -23,7 +23,7 @@ class proc_pipe  (protected)
     FILE *file_ = nullptr; ///< C file handle for I/O (not both)
 };
 
-#elif defined(__linux) || defined(__APPLE__)
+#elif defined(__linux) || defined(__APPLE__) || defined(__FreeBSD__)
 
 #include <unistd.h> // pid_t