opnsense-ports/math/mathmod/files/patch-fparser_fparser.cc
Franco Fichtner ffeeaf2e02 */*: sync with upstream
Taken from: HardenedBSD
2020-02-24 10:03:04 +01:00

10 lines
238 B
C++

--- fparser/fparser.cc.orig 2020-02-17 14:23:01 UTC
+++ fparser/fparser.cc
@@ -18,6 +18,7 @@
#include <cmath>
#include <cassert>
#include <limits>
+#include <sys/types.h>
#include "extrasrc/fptypes.hh"
#include "extrasrc/fpaux.hh"