diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-04-30 23:10:48 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-04-30 23:10:48 (GMT) |
commit | bec7fe8b2840838fe3a2620b8af29264d8b54e60 (patch) | |
tree | 321bc2e24a42b43a95f62d89a12f8192bce487c5 /src/format/dex | |
parent | 55dbd294b0d740648bb1b63e6159e3aa9361a2e1 (diff) |
Fixed implicit declarations of functions causing crashes.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@523 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format/dex')
-rwxr-xr-x | src/format/dex/dex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/dex/dex.c b/src/format/dex/dex.c index 476e6f5..eb78f79 100755 --- a/src/format/dex/dex.c +++ b/src/format/dex/dex.c @@ -28,7 +28,7 @@ #include "dex-int.h" -#include "../format-int.h" +#include "pool.h" |