gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH] Remove duplicate <sys/socket.h> include.


From: Rob Norris
Subject: [gpsd-dev] [PATCH] Remove duplicate <sys/socket.h> include.
Date: Mon, 7 Mar 2016 23:53:51 +0000

TESTED
'scons build-all check' with and without qt passes.
---
 libgps_sock.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libgps_sock.c b/libgps_sock.c
index 169a900..d056515 100644
--- a/libgps_sock.c
+++ b/libgps_sock.c
@@ -17,7 +17,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/select.h>
-#include <sys/socket.h>
 #include <unistd.h>
 
 #ifndef USE_QT
-- 
2.7.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]