commit | 20a60134708b2b959b7042bb910352c22cb9bbc3 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Mon Apr 13 23:52:06 2020 +0000 |
committer | Maciej Zenczykowski <maze@google.com> | Sun May 31 01:43:49 2020 +0000 |
tree | 22c7b53c5fa374ef49da75e73d9c315d4304afd6 | |
parent | e1d9ce00a1040be3111571f314cdec99d82e0a22 [diff] [blame] |
Include what you use: <unistd.h> This was transitively included, but no longer is, so it must be explicitly included. Test: build Bug: 157822244 Change-Id: Ifa85582c9380df6f16025eba86b64e9af32bc226 Merged-In: Ifa85582c9380df6f16025eba86b64e9af32bc226
diff --git a/server/NetlinkManager.cpp b/server/NetlinkManager.cpp index d014443..e3c1db9 100644 --- a/server/NetlinkManager.cpp +++ b/server/NetlinkManager.cpp
@@ -17,6 +17,7 @@ #include <errno.h> #include <stdio.h> #include <string.h> +#include <unistd.h> #include <sys/socket.h> #include <sys/time.h>