summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@canonical.com>2011-01-10 18:41:28 -0500
committerChase Douglas <chase.douglas@canonical.com>2011-01-10 18:41:28 -0500
commitf80bd245834d3d85e114fe9052c38425c4c8e236 (patch)
tree90fc2220e562852f9cbe2e8e500933f1ce240cb5
parent24b75514035b10b732e2bcaf386673850797e100 (diff)
Include stdlib.h and unistd.h for warning fixes
-rw-r--r--tools/mtview.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/mtview.c b/tools/mtview.c
index 4fb8861..93c998e 100644
--- a/tools/mtview.c
+++ b/tools/mtview.c
@@ -5,6 +5,8 @@
#include <fcntl.h>
#include <string.h>
#include <math.h>
+#include <stdlib.h>
+#include <unistd.h>
#define XMARG 16
#define YMARG 16