diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-25 19:36:50 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-25 19:36:50 +0000 |
| commit | 81b76a994961260b7bc67278754798c5e85fa3c5 (patch) | |
| tree | 5508e9b9377540dee2420c32fa893b7fe69d8888 /src/zprep.h | |
| parent | 555141e35166c7f7d98c16f6f95fde8e57a651c2 (diff) | |
Include cosmopolitan.h for reliable IsWindows detectionv0.1.3
Diffstat (limited to 'src/zprep.h')
| -rw-r--r-- | src/zprep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zprep.h b/src/zprep.h index e7004ee..4d71c28 100644 --- a/src/zprep.h +++ b/src/zprep.h @@ -10,7 +10,7 @@ #include <unistd.h> #ifdef __COSMOPOLITAN__ -#include "libc/dce.h" +#include <cosmopolitan.h> #define z_is_windows() IsWindows() #else #ifdef _WIN32 |
