Commit Diff


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 <sys/mman.h>
 #include <sys/queue.h>
 #include <sys/types.h>
@@ -30,7 +32,6 @@
 #include <limits.h>
 #include <unistd.h>
 
-#include "got_compat.h"
 #include "got_error.h"
 #include "got_object.h"
 #include "got_repository.h"