opnsense-ports/deskutils/fet/files/patch-src__engine__timeconstraint.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
296 B
C++

--- ./src/engine/timeconstraint.cpp.orig 2014-02-01 14:51:03.804739136 +0100
+++ ./src/engine/timeconstraint.cpp 2014-02-01 14:51:46.994628354 +0100
@@ -42,6 +42,7 @@
//for min max functions
#include <algorithm>
+#include <stdlib.h>
using namespace std;
static QString trueFalse(bool x){