summaryrefslogtreecommitdiff
path: root/media-sound/sidplayfp/files/sidplayfp-1.4.4-musl-limits.patch
blob: ad810d66f5b572a87a4ad0eb970a6eef6d49ae0b (plain)
1
2
3
4
5
6
7
8
9
10
11
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