summaryrefslogtreecommitdiff
path: root/command/marks.cpp
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-06-08 19:26:53 +0200
committerJochen Dolze <vdr@dolze.de>2010-06-08 19:26:53 +0200
commit5623eda874dd036387c7a9a99da805825a669567 (patch)
treee413d4ae0099bdb974e0c778034375efb35bf62a /command/marks.cpp
parentb41ac6500b7e6c7c7da546be116ff2923fe7ee86 (diff)
downloadvdr-plugin-markad-5623eda874dd036387c7a9a99da805825a669567.tar.gz
vdr-plugin-markad-5623eda874dd036387c7a9a99da805825a669567.tar.bz2
Re-ordered includes
Diffstat (limited to 'command/marks.cpp')
-rw-r--r--command/marks.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/command/marks.cpp b/command/marks.cpp
index 929589b..5cf8530 100644
--- a/command/marks.cpp
+++ b/command/marks.cpp
@@ -5,8 +5,19 @@
*
*/
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <sys/stat.h>
+#include <sys/types.h>
+#include <math.h>
+#include <string.h>
+#include <stdint.h>
+#include <fcntl.h>
+
#include "marks.h"
+
clMark::clMark(int Type, int Position, const char *Comment)
{
type=Type;