summaryrefslogtreecommitdiff
path: root/command/pes2es.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/pes2es.cpp
parentb41ac6500b7e6c7c7da546be116ff2923fe7ee86 (diff)
downloadvdr-plugin-markad-5623eda874dd036387c7a9a99da805825a669567.tar.gz
vdr-plugin-markad-5623eda874dd036387c7a9a99da805825a669567.tar.bz2
Re-ordered includes
Diffstat (limited to 'command/pes2es.cpp')
-rw-r--r--command/pes2es.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/command/pes2es.cpp b/command/pes2es.cpp
index 6adbc26..d0287d0 100644
--- a/command/pes2es.cpp
+++ b/command/pes2es.cpp
@@ -5,6 +5,10 @@
*
*/
+#include <inttypes.h>
+#include <stdlib.h>
+#include <string.h>
+
#include "pes2es.h"
cMarkAdPES2ES::cMarkAdPES2ES(const char *QueueName, int QueueSize)