opnsense-ports/deskutils/fet/files/patch-src__engine__timeconstraint.cpp
Franco Fichtner abc5796eec */*: sync with upstream
Taken from: FreeBSD
2016-07-20 03:30:21 +02:00

10 lines
268 B
C++

--- src/engine/timeconstraint.cpp.orig 2016-04-09 13:57:44 UTC
+++ src/engine/timeconstraint.cpp
@@ -39,6 +39,7 @@ File timeconstraint.cpp
//for min max functions
#include <algorithm>
+#include <stdlib.h>
using namespace std;
static QString trueFalse(bool x){