commit | bb881e28e62bc5048f4a62d21104aa25da13b0f1 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jan 28 11:22:06 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Jan 28 11:22:06 2015 -0800 |
tree | 52dd0bbfebbb880e134c138e6debee0565849f1b | |
parent | 6ef96c4862428e02a0c4aebbfa1ed0ccbf58b46e [diff] |
Add missing <string.h> include. Change-Id: I14ea45e98b8271d6b53ac86e92ad3b5c7dac8f75
diff --git a/client/FwmarkClient.cpp b/client/FwmarkClient.cpp index 1e98c40..4e02d58 100644 --- a/client/FwmarkClient.cpp +++ b/client/FwmarkClient.cpp
@@ -18,6 +18,7 @@ #include <errno.h> #include <stdlib.h> +#include <string.h> #include <sys/socket.h> #include <sys/un.h> #include <unistd.h>