Fix header

pull/117/head
A. R. Shajii 2022-12-13 11:22:09 -05:00
parent 83ef1e1571
commit f093d9578d
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#include "common.h"
#include <inttypes.h>
#include <cinttypes>
#include <string>
#include <vector>
@ -147,7 +147,7 @@ std::string executable_path(const char *argv0) {
return llvm::sys::fs::getMainExecutable(argv0, p);
}
// Adopted from https://github.com/gpakosz/whereami/blob/master/src/whereami.c (MIT)
// Adapted from https://github.com/gpakosz/whereami/blob/master/src/whereami.c (MIT)
#ifdef __APPLE__
#include <dlfcn.h>
#include <mach-o/dyld.h>