# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1222931242 0
# Node ID cf5a5c511408ef84314bc2c6f50af43f1262673a
# Parent  9e1f528b8bdd618d51486a4fe2ab2782bcf3a21b
merge -c1474 trunk: Added missing header.

diff -r 9e1f528b8bdd -r cf5a5c511408 tool/MasterDevice.cpp
--- a/tool/MasterDevice.cpp	Thu Oct 02 07:06:37 2008 +0000
+++ b/tool/MasterDevice.cpp	Thu Oct 02 07:07:22 2008 +0000
@@ -9,6 +9,7 @@
 #include <errno.h>
 #include <sys/ioctl.h>
 #include <string.h>
+#include <unistd.h>
 
 #include <sstream>
 #include <iomanip>