summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-10-11 11:42:52 -0700
committerDan Albert <danalbert@google.com>2017-10-11 11:42:52 -0700
commit648cf027cf3562306b6e5736d0cf5f9da3a6bb67 (patch)
treef70d1a105997f8a31150776ea251acdd1d28e710 /include
parent11322c56907b428ffef9057761388118f418340c (diff)
downloadnetd-648cf027cf3562306b6e5736d0cf5f9da3a6bb67.tar.gz
Add missing includes.
Test: mma Bug: None Change-Id: Ie8a4f93552bf3221be5100b5962e3d570546364a
Diffstat (limited to 'include')
-rw-r--r--include/Permission.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Permission.h b/include/Permission.h
index 32f31886..9ed23717 100644
--- a/include/Permission.h
+++ b/include/Permission.h
@@ -17,6 +17,8 @@
#ifndef NETD_INCLUDE_PERMISSION_H
#define NETD_INCLUDE_PERMISSION_H
+#include <string.h>
+
// This enum represents the permissions we care about for networking. When applied to an app, it's
// the permission the app (UID) has been granted. When applied to a network, it's the permission an
// app must hold to be allowed to use the network. PERMISSION_NONE means "no special permission is