summaryrefslogtreecommitdiff
path: root/command/decoder.h
diff options
context:
space:
mode:
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)))