]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
rozkuk: include unistd.h
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 15 Apr 2010 08:47:41 +0000 (10:47 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 15 Apr 2010 08:48:31 +0000 (10:48 +0200)
Without this, Filip cannot compile it. He probably has a different
version of system headers than the rest of us.

src/camera/rozkuk/rozkuk.cxx

index 1264c3fc017ae4666044629518766b16036bd4aa..07cbe4e4c0335206c107fbfc85e4b64a02a9ef92 100644 (file)
@@ -14,7 +14,7 @@ extern "C" {
 #include <stdio.h>
 #include <semaphore.h>
 #include <getopt.h>
-
+#include <unistd.h>
 #include <orte.h>
 //#include "roboorte.h"