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

@@ -36,8 +36,8 @@ Copyright (C) 2011-2021 Natalia Portillo
#include <string.h>
#include "../os2.h"
#include "include/consts.h"
#include "include/defs.h"
#include "../include/consts.h"
#include "../include/defs.h"
void Sparse(const char* path)
{ /* Do nothing, not supported by target operating system */