]> git.saurik.com Git - cycript.git/commitdiff
Bake more standard header files into the C bridge.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 3 Jan 2016 14:14:32 +0000 (06:14 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 3 Jan 2016 14:14:32 +0000 (06:14 -0800)
Analysis.cpp

index 8a03ebf43769b2efc37cfbe51f9e7f83fc58c1c3..4429d22fd09645383488a4862f8ed2648a3686d6 100644 (file)
 
 #define __USE_EXTERN_INLINES
 
+#include <dirent.h>
 #include <dlfcn.h>
 #include <fcntl.h>
+#include <math.h>
+#include <stdint.h>
+#include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
 
 #include <sys/mman.h>
+#include <sys/mount.h>
 #include <sys/stat.h>
 
 #include <sqlite3.h>