Skip to content

Commit

Permalink
Make Zig CC happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Torphedo committed Apr 10, 2024
1 parent 3aefcd6 commit 2fa0ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alr/src/logging.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void enable_logging() {
}

#ifdef _WIN32
#include <Windows.h>
#include <windows.h>
#endif

// Enables ANSI escape codes on Windows
Expand Down

0 comments on commit 2fa0ab5

Please sign in to comment.