summarylogtreecommitdiffstats
path: root/usleep.patch
blob: e53d2b6abde3cb41656015544ad00ef5e69c944a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: wiicpp/wiicpp.h
===================================================================
--- wiicpp/wiicpp.h	(revision 90)
+++ wiicpp/wiicpp.h	(working copy)
@@ -33,6 +33,7 @@
 #ifndef WIICPP_H_
 #define WIICPP_H_
 
+#include <unistd.h>
 #include <vector>
 #include <wiic.h>
 #include <dataset.h>