diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-05-06 00:49:53 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-05-06 00:49:53 +0100 |
commit | 1ed84a25c2db8ade2b2162b429b30e9138eb5d16 (patch) | |
tree | e77be1d1c25cfed145916cb1c482c48b47a3b15d /src/os.h | |
parent | cc9785e38cd1414d6d675364e5089f907b7b0a30 (diff) |
HOTFIX: Fix L4D2 2.0.0.0 crashingv0.3-HOTFIX
Idiotic problems require idiotic solutions.
Diffstat (limited to 'src/os.h')
-rw-r--r-- | src/os.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ #include <errno.h> #include <fcntl.h> #ifdef _WIN32 +#include <direct.h> #include <io.h> #include <wchar.h> // DUMB HACK: noreturn.h is alphabetically before os.h so including it after |