aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_plugpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor_plugpath.c')
-rw-r--r--src/main/extractor_plugpath.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/extractor_plugpath.c b/src/main/extractor_plugpath.c
index a4e3374..e6a9582 100644
--- a/src/main/extractor_plugpath.c
+++ b/src/main/extractor_plugpath.c
@@ -191,6 +191,9 @@ get_path_from_module_filename ()
191 191
192 192
193#if DARWIN 193#if DARWIN
194#include <dlfcn.h>
195#include <mach-o/dyld.h>
196
194/** 197/**
195 * Signature of the '_NSGetExecutablePath" function. 198 * Signature of the '_NSGetExecutablePath" function.
196 * 199 *