Fix include paths for OS/2.

This commit is contained in:
2021-03-14 18:51:47 +00:00
parent 7c5f015623
commit 6c75daa1ae
15 changed files with 28 additions and 28 deletions

View File

@@ -27,7 +27,7 @@ Contains 16-bit OS/2 code
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#include "include/defs.h"
#include "../include/defs.h"
void FilePermissions(const char* path) { /* Do nothing, not supported by target operating system */ }