forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
222 B
C++
12 lines
222 B
C++
--- a/helpers.cpp
|
|
+++ b/helpers.cpp
|
|
@@ -4,7 +4,9 @@
|
|
|
|
#include <time.h>
|
|
#include <unistd.h>
|
|
+#ifndef __FreeBSD__
|
|
#include <values.h>
|
|
+#endif
|
|
#include <vdr/plugin.h>
|
|
#include <vdr/timers.h>
|
|
#include <vdr/recording.h>
|