summaryrefslogtreecommitdiffstats
path: root/adb/get_my_path_darwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'adb/get_my_path_darwin.c')
-rw-r--r--adb/get_my_path_darwin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/adb/get_my_path_darwin.c b/adb/get_my_path_darwin.c
index ff1396c..b0c962e 100644
--- a/adb/get_my_path_darwin.c
+++ b/adb/get_my_path_darwin.c
@@ -17,6 +17,8 @@
#import <Carbon/Carbon.h>
#include <unistd.h>
+#include "adb.h"
+
void get_my_path(char *s, size_t maxLen)
{
CFBundleRef mainBundle = CFBundleGetMainBundle();