diff options
Diffstat (limited to 'shared/common/os.c')
-rw-r--r-- | shared/common/os.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/common/os.c b/shared/common/os.c index 40358b3..8b58cce 100644 --- a/shared/common/os.c +++ b/shared/common/os.c @@ -13,6 +13,7 @@ #include <string.h> #include "m_pd.h" #include "os.h" +#include "shared.h" static int ospath_doabsolute(char *path, char *cwd, char *result) { |