From 69068bf8365333a197bd75625273db88dc0349d0 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 13 Aug 2021 10:43:15 +0000 Subject: [PATCH] Unbreak build on BSDs and Solaris after e5138a99a1ba PonscripterLabel.cpp:68:10: fatal error: 'linux/limits.h' file not found #include ^~~~~~~~~~~~~~~~ --- src/PonscripterLabel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PonscripterLabel.cpp b/src/PonscripterLabel.cpp index 9862c1df..4b43ee34 100644 --- a/src/PonscripterLabel.cpp +++ b/src/PonscripterLabel.cpp @@ -65,7 +65,7 @@ typedef HRESULT (WINAPI * GETFOLDERPATH)(HWND, int, HANDLE, DWORD, LPTSTR); #include #include #include -#include +#include #include #endif