diff options
Diffstat (limited to 'games/qtsixa/sixad-shared-h.patch')
-rw-r--r-- | games/qtsixa/sixad-shared-h.patch | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/games/qtsixa/sixad-shared-h.patch b/games/qtsixa/sixad-shared-h.patch index 7459e7b154..ece0ab51e7 100644 --- a/games/qtsixa/sixad-shared-h.patch +++ b/games/qtsixa/sixad-shared-h.patch @@ -1,11 +1,11 @@ ---- sixad/shared.h.orig 2011-10-12 02:37:38.000000000 +0200
-+++ sixad/shared.h 2012-04-10 13:36:49.119637000 +0200
-@@ -18,6 +18,8 @@
- #ifndef SHARED_H
- #define SHARED_H
-
-+#include <unistd.h>
-+
- struct dev_led {
- bool enabled;
+--- sixad/shared.h.orig 2011-10-12 02:37:38.000000000 +0200 ++++ sixad/shared.h 2012-04-10 13:36:49.119637000 +0200 +@@ -18,6 +18,8 @@ + #ifndef SHARED_H + #define SHARED_H + ++#include <unistd.h> ++ + struct dev_led { + bool enabled; bool anim;
\ No newline at end of file |