cefb9b9c64
VDR-Manager running on Android devices. WWW: http://projects.vdr-developer.org/projects/vdr-manager/wiki Feature safe: yes
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>
|