libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 898a1a3e6246b136ad6b70f7a5fbe9fe07ede7f0
parent 7ca7dbbe5c7e4a92c6b4fa5852604403524705b7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 19 Sep 2012 08:16:58 +0000

-trying to fix osx build errors

Diffstat:
Msrc/main/extractor_plugpath.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/extractor_plugpath.c b/src/main/extractor_plugpath.c @@ -191,6 +191,9 @@ get_path_from_module_filename () #if DARWIN +#include <dlfcn.h> +#include <mach-o/dyld.h> + /** * Signature of the '_NSGetExecutablePath" function. *