blob: de4ba46e18d775f902afe049db91267baaf6bc58 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/libgammu/device/devfunc.c
+++ b/libgammu/device/devfunc.c
@@ -24,6 +24,7 @@
# include <signal.h>
# include <sys/socket.h>
# include <sys/stat.h>
+# include <sys/select.h>
#endif
#include "devfunc.h"
|