* Adjustment: Tweak the include paths for platformPOSIX.h.

This commit is contained in:
Robert MacGregor 2021-11-14 14:05:16 -05:00
parent 6583134ef2
commit a24149ba3b
8 changed files with 1264 additions and 1274 deletions

View file

@ -31,7 +31,7 @@
#include <sys/wait.h>
#include <stdlib.h>
#include "platformX86UNIX/platformX86UNIX.h"
#include "platformPOSIX/platformPOSIX.h"
#include "platformPOSIX/POSIXUtils.h"
UnixUtils *UUtils = NULL;