diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2013-01-22 19:05:13 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2013-01-22 19:05:13 +0000 |
commit | 9aeb4897af76c65f27f670aae24d0976631d6ee1 (patch) | |
tree | ed9829ebea46ac8f0c93f7233e79d03c72eacc95 /shared/common/os.c | |
parent | 469238676dd466a55b3808461e262f5645f888d1 (diff) |
support Pd < 0.44 which doesn't have sys_open(), sys_fopen(), sys_fclose()
svn path=/trunk/externals/miXed/; revision=16961
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) { |