aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/os_installation.c')
-rw-r--r--src/util/os_installation.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index a4ef199cc..7aa4d1254 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -207,6 +207,8 @@ get_path_from_proc_exe ()
207 lnk[size] = '\0'; 207 lnk[size] = '\0';
208 return GNUNET_strdup (lnk); 208 return GNUNET_strdup (lnk);
209} 209}
210
211
210#endif 212#endif
211 213
212 214
@@ -292,6 +294,8 @@ get_path_from_dyld_image ()
292 } 294 }
293 return NULL; 295 return NULL;
294} 296}
297
298
295#endif 299#endif
296 300
297 301