mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Fix chdir declaration in DJGPP vs Watcom.
This commit is contained in:
@@ -38,6 +38,12 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#if defined(__WATCOM__)
|
||||
#include <direct.h>
|
||||
#elif defined(__DJGPP__)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "../include/consts.h"
|
||||
#include "../include/defs.h"
|
||||
#include "../include/dosos2.h"
|
||||
|
||||
Reference in New Issue
Block a user