opnsense-ports/science/pcmsolver/files/patch-src_interface_Input.cpp
Franco Fichtner 9a0b1abada */*: sync with upstream
Taken from: HardenedBSD
2019-10-28 08:57:52 +01:00

10 lines
239 B
C++

--- src/interface/Input.cpp.orig 2019-10-24 12:34:49 UTC
+++ src/interface/Input.cpp
@@ -21,6 +21,7 @@
* PCMSolver API, see: <http://pcmsolver.readthedocs.io/>
*/
+#include <sys/types.h>
#include "Input.hpp"
#include <algorithm>