From 9aeb4897af76c65f27f670aae24d0976631d6ee1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 22 Jan 2013 19:05:13 +0000 Subject: support Pd < 0.44 which doesn't have sys_open(), sys_fopen(), sys_fclose() svn path=/trunk/externals/miXed/; revision=16961 --- shared/common/os.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/common/os.c') 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 #include "m_pd.h" #include "os.h" +#include "shared.h" static int ospath_doabsolute(char *path, char *cwd, char *result) { -- cgit v1.2.1