mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Fix the following build failure raised since bump to version 3.3.1 in commit3965f09cb4and1e94512db6In file included from ./jitterentropy.h:98, from src/jitterentropy-gcd.c:22: ./jitterentropy-base-user.h:74:10: fatal error: pthread.h: No such file or directory 74 | #include <pthread.h> | ^~~~~~~~~~~ Fixes: - http://autobuild.buildroot.org/results/7b01eca8f1442318dd35282605fc8815e6afb0d0 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>