Fixed a typo :-(

This commit is contained in:
Kugel Fuhr
2025-07-08 09:58:48 +02:00
parent bb255838a6
commit 26968ffdf2

View File

@@ -31,7 +31,7 @@
#include <stdlib.h>
#if !defined(WIN32)
#if !defined(_WIN32)
# include <unistd.h>
#else
# include <windows.h>