Major clean-ups. Migrating to C++11.
[invirt/third/libt4.git] / lock_client.cc
index 6e9fab1..11bc476 100644 (file)
@@ -1,7 +1,7 @@
 // RPC stubs for clients to talk to lock_server
 
 #include "lock_client.h"
-#include "rpc.h"
+#include "rpc/rpc.h"
 #include <arpa/inet.h>
 
 #include <sstream>