summaryrefslogtreecommitdiff
path: root/netcon/RPC.c
diff options
context:
space:
mode:
Diffstat (limited to 'netcon/RPC.c')
-rw-r--r--netcon/RPC.c4
1 files changed, 2 insertions, 2 deletions
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
+}