You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/sidplayfp/files/sidplayfp-1.4.4-musl-limits...

12 lines
263 B

https://bugs.gentoo.org/764113
--- a/src/IniConfig.cpp
+++ b/src/IniConfig.cpp
@@ -36,6 +36,7 @@
# include <sys/types.h>
# include <sys/stat.h> /* mkdir */
# include <dirent.h> /* opendir */
+# include <limits.h>
#else
# include <windows.h>
#endif