diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/aidl/Type.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/aidl/Type.cpp b/tools/aidl/Type.cpp index d572af6..2267750 100644 --- a/tools/aidl/Type.cpp +++ b/tools/aidl/Type.cpp @@ -1,5 +1,7 @@ #include "Type.h" +#include <sys/types.h> + Namespace NAMES; Type* VOID_TYPE; |