summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Android/android_sysinc.cxx
blob: 9379f1453a38243802c629609ff62071a91f9ecb (plain)
1
2
3
4
5
6
7
#include <dlfcn.h>

#ifndef NOT_SYSTEM_DLFCN_HEADER
#  error "sysroot /usr/include appears too early"
#endif

#include "android.cxx"