Add missing includes.

Change-Id: Ibf549266a19a67eb9158d341a69dddfb654be669
This commit is contained in:
Elliott Hughes
2015-01-28 18:02:33 -08:00
parent 43606bc1ce
commit 05fc1d7050
15 changed files with 19 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <android/dlext.h>
#include <bionic/pthread_internal.h>