aboutsummaryrefslogtreecommitdiffstats
path: root/community/gammu/include-sys-select-h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gammu/include-sys-select-h.patch')
-rw-r--r--community/gammu/include-sys-select-h.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/gammu/include-sys-select-h.patch b/community/gammu/include-sys-select-h.patch
new file mode 100644
index 0000000000..a7d04feee3
--- /dev/null
+++ b/community/gammu/include-sys-select-h.patch
@@ -0,0 +1,10 @@
+--- a/libgammu/device/devfunc.c
++++ b/libgammu/device/devfunc.c
+@@ -22,6 +22,7 @@
+ # include <errno.h>
+ # include <ctype.h>
+ # include <signal.h>
++# include <sys/select.h>
+ # include <sys/socket.h>
+ # include <sys/stat.h>
+ #endif