commit f46da2e2c90f543ad25f6f27279cedcdb4703e43 from: Thomas Adam date: Thu Jan 18 17:27:41 2024 UTC portable: move got_comat header include commit - 3bb9eb8b6af322c1fa4de61ab5e59b4efb865c65 commit + f46da2e2c90f543ad25f6f27279cedcdb4703e43 blob - 4ee0a7e63b6c05b45c15b8c9f3aceacce4ec4b1f blob + 7a7169989d346057da1a6f5c9071bc23875f12a2 --- lib/object_open_privsep.c +++ lib/object_open_privsep.c @@ -14,6 +14,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "got_compat.h" + #include #include #include @@ -30,7 +32,6 @@ #include #include -#include "got_compat.h" #include "got_error.h" #include "got_object.h" #include "got_repository.h"