summarylogtreecommitdiffstats
path: root/usleep.patch
diff options
context:
space:
mode:
authorLubosz Sarnecki2015-06-22 22:56:46 +0200
committerLubosz Sarnecki2015-06-22 22:56:46 +0200
commitb71197624c78c798c706f3b2a04c24800371926b (patch)
tree81ec2372dd2e637b3331d0df0033cee83e604ef1 /usleep.patch
downloadaur-wiic-svn.tar.gz
Initial import
Diffstat (limited to 'usleep.patch')
-rw-r--r--usleep.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/usleep.patch b/usleep.patch
new file mode 100644
index 000000000000..e53d2b6abde3
--- /dev/null
+++ b/usleep.patch
@@ -0,0 +1,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>