* BugFix: Correct many include paths and build platformX11 on non-Apple Unix.

This commit is contained in:
Robert MacGregor 2021-11-14 14:45:42 -05:00
parent a24149ba3b
commit 247b12e795
7 changed files with 14 additions and 12 deletions

View file

@ -26,8 +26,8 @@
#include "console/console.h"
#include "core/strings/unicode.h"
#include "core/stringTable.h"
#include "platformX86UNIX/platformX86UNIX.h"
#include "platformX86UNIX/x86UNIXFont.h"
#include "platformPOSIX/platformPOSIX.h"
#include "platformX11/X11Font.h"
// Needed by createFont
#include <X11/Xlib.h>