projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Major clean-ups. Migrating to C++11.
[invirt/third/libt4.git]
/
lock_client.cc
diff --git
a/lock_client.cc
b/lock_client.cc
index
6e9fab1
..
11bc476
100644
(file)
--- a/
lock_client.cc
+++ b/
lock_client.cc
@@
-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>