Skip to content
Snippets Groups Projects
Commit 579619c0 authored by rswindell's avatar rswindell
Browse files

Watcom C++ doesn't have dirent.h (uses direct.h instead).

parent b42c04ff
Branches
Tags
No related merge requests found
......@@ -147,7 +147,7 @@ extern "C" {
struct dirent * readdir (DIR *__dir);
int closedir (DIR *__dir);
void rewinddir(DIR *__dir);
#else
#elif !defined(__WATCOMC__)
#include <dirent.h> /* POSIX directory functions */
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment