mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
11 lines
200 B
Diff
11 lines
200 B
Diff
Fixes build on musl.
|
|
--- a/iucode_tool.c
|
|
+++ b/iucode_tool.c
|
|
@@ -29,6 +29,7 @@
|
|
#include <assert.h>
|
|
#include <argp.h>
|
|
#include <dirent.h>
|
|
+#include <limits.h>
|
|
#include <time.h>
|
|
#include <cpuid.h>
|