summaryrefslogtreecommitdiff
path: root/command/decoder.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-05-25 15:10:21 +0200
committerJochen Dolze <vdr@dolze.de>2010-05-25 15:10:21 +0200
commitb7c606a20063d600708e82ee9ad65d128dab77aa (patch)
treef4ff2c69db787048872131120290a35d42773b68 /command/decoder.h
parent6ac4484e8b861dd781d6d5b573b315d54fa7b322 (diff)
downloadvdr-plugin-markad-b7c606a20063d600708e82ee9ad65d128dab77aa.tar.gz
vdr-plugin-markad-b7c606a20063d600708e82ee9ad65d128dab77aa.tar.bz2
Fixed some compiler warnings
Diffstat (limited to 'command/decoder.h')
-rw-r--r--command/decoder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/command/decoder.h b/command/decoder.h
index 46e9f74..8f05108 100644
--- a/command/decoder.h
+++ b/command/decoder.h
@@ -12,6 +12,9 @@
#include <stdint.h>
#include <sched.h>
+#include <sys/types.h>
+#include <string.h>
+#include <cstdlib>
#ifndef DECLARE_ALIGNED
#define DECLARE_ALIGNED(n,t,v) t v __attribute__ ((aligned (n)))