Files
MINGW-packages/mingw-w64-lfcbase/0001-missing-include.patch
2025-06-01 17:41:25 +02:00

11 lines
281 B
Diff

--- lfcbase-1.16.0/src/Net.cc.orig 2025-06-01 17:39:32.079731400 +0200
+++ lfcbase-1.16.0/src/Net.cc 2025-06-01 17:39:30.060887300 +0200
@@ -25,6 +25,7 @@
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
+#include <cstdint>
#ifdef HAVE_MINGW
#include <winsock2.h>