diff --git a/third_party/musl/hsearch.c b/third_party/musl/hsearch.c index 6c5a4826bb2..c8936f5f28e 100644 --- a/third_party/musl/hsearch.c +++ b/third_party/musl/hsearch.c @@ -26,6 +26,7 @@ │ │ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/mem/mem.h" +#include "libc/str/str.h" #define _GNU_SOURCE #include "third_party/musl/search.h"