Fix missing includes for GSM BS support
authorNick Vervelakis <vervelak@gmail.com>
Mon, 11 Mar 2013 16:02:50 +0000 (17:02 +0100)
committerAndreas Eversberg <jolly@eversberg.eu>
Mon, 11 Mar 2013 16:05:24 +0000 (17:05 +0100)
main.h

diff --git a/main.h b/main.h
index d571c4b..b1c407c 100644 (file)
--- a/main.h
+++ b/main.h
@@ -29,6 +29,8 @@
 #include <sys/file.h>
 #include <sys/mman.h>
 #include <sys/resource.h>
 #include <sys/file.h>
 #include <sys/mman.h>
 #include <sys/resource.h>
+#include <sys/socket.h>
+#include <sys/un.h>
 
 #define NAME           "LCR"
 
 
 #define NAME           "LCR"