diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-05-25 15:10:21 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-05-25 15:10:21 +0200 |
commit | b7c606a20063d600708e82ee9ad65d128dab77aa (patch) | |
tree | f4ff2c69db787048872131120290a35d42773b68 /command/decoder.h | |
parent | 6ac4484e8b861dd781d6d5b573b315d54fa7b322 (diff) | |
download | vdr-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.h | 3 |
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))) |