diff options
Diffstat (limited to 'netcon')
-rw-r--r-- | netcon/Intercept.c | 2 | ||||
-rw-r--r-- | netcon/NetconEthernetTap.cpp | 2 | ||||
-rw-r--r-- | netcon/RPC.c | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/netcon/Intercept.c b/netcon/Intercept.c index e2a02056..51ab53d4 100644 --- a/netcon/Intercept.c +++ b/netcon/Intercept.c @@ -55,7 +55,7 @@ #define SOCK_TYPE_MASK 0xf #include "Intercept.h" -#include "rpc.h" +#include "RPC.h" #include "common.inc.c" /* Global Declarations */ diff --git a/netcon/NetconEthernetTap.cpp b/netcon/NetconEthernetTap.cpp index be51a551..9dd888ba 100644 --- a/netcon/NetconEthernetTap.cpp +++ b/netcon/NetconEthernetTap.cpp @@ -48,7 +48,7 @@ #include "lwip/tcp.h" #include "common.inc.c" -#include "rpc.h" +#include "RPC.h" #define APPLICATION_POLL_FREQ 20 #define ZT_LWIP_TCP_TIMER_INTERVAL 5 diff --git a/netcon/RPC.c b/netcon/RPC.c index 9004aeac..5e7d3397 100644 --- a/netcon/RPC.c +++ b/netcon/RPC.c @@ -7,7 +7,7 @@ #include <sys/socket.h> #include <strings.h> -#include "rpc.h" +#include "RPC.h" #define RPC_FD 1023 #define SERVICE_CONNECT_ATTEMPTS 30 @@ -251,4 +251,4 @@ ssize_t sock_fd_read(int sock, void *buf, ssize_t bufsize, int *fd) } } return size; -}
\ No newline at end of file +} |