mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 06:18:21 +04:00
Cleaned up Makefile for consistency between packages.
Switched to CMAKE_INSTALL to get rid of the InstallDev section.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 2e2929366b)
11 lines
216 B
Diff
11 lines
216 B
Diff
--- 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"
|