diff options
author | Elliott Hughes <enh@google.com> | 2010-03-08 17:53:31 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2010-03-08 17:53:31 -0800 |
commit | b051ce59d776b63ed2cebde8c2fa338ebd2d0786 (patch) | |
tree | 750715619cc9b739a78f90b73455fc87ea51d745 /luni | |
parent | bf5d76daa288a111dcaa33b084a099948c52d200 (diff) | |
download | libcore-b051ce59d776b63ed2cebde8c2fa338ebd2d0786.zip libcore-b051ce59d776b63ed2cebde8c2fa338ebd2d0786.tar.gz libcore-b051ce59d776b63ed2cebde8c2fa338ebd2d0786.tar.bz2 |
Fix build (missing #include in sim build).
Change-Id: I8691db582f2d2d926da308a813d9f1864bedcd6d
Diffstat (limited to 'luni')
-rw-r--r-- | luni/src/main/native/java_net_NetworkInterface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/luni/src/main/native/java_net_NetworkInterface.cpp b/luni/src/main/native/java_net_NetworkInterface.cpp index bf2c89d..724e988 100644 --- a/luni/src/main/native/java_net_NetworkInterface.cpp +++ b/luni/src/main/native/java_net_NetworkInterface.cpp @@ -18,6 +18,7 @@ #include "AndroidSystemNatives.h" #include "JNIHelp.h" #include "jni.h" +#include "ScopedFd.h" #include <errno.h> #include <netinet/in.h> |