commit | 61c19efd0b9015eb0a7350f8ec6b7e61ae5a75ab | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jan 28 20:04:02 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jan 28 20:04:02 2015 +0000 |
tree | 32b4356211f33209908a389fdc92da3472c0a65d | |
parent | 269702997153cdf92c65cfee277c76afed44e9e5 [diff] | |
parent | 38a73c6a2014153163235368cfd95ca28139daa8 [diff] |
Merge "Add missing <string.h> include."
diff --git a/NetlinkManager.cpp b/NetlinkManager.cpp index dbba303..d2e16b2 100644 --- a/NetlinkManager.cpp +++ b/NetlinkManager.cpp
@@ -16,6 +16,7 @@ #include <stdio.h> #include <errno.h> +#include <string.h> #include <sys/socket.h> #include <sys/select.h>