freebsd-ports/multimedia/vdr-plugin-vdrmanager/files/patch-helpers.cpp
2012-03-23 23:40:42 +00:00

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>