From b39cc4fc813adddf2c9662b2c6e9d4f5a24c0f60 Mon Sep 17 00:00:00 2001 From: Brian McKenna Date: Thu, 3 Aug 2017 07:03:22 +1000 Subject: Include missing for abort() This is needed to get Nix compiled using Android NDK. --- src/libutil/sync.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libutil/sync.hh b/src/libutil/sync.hh index 611c900e0a32..3b2710f6fd30 100644 --- a/src/libutil/sync.hh +++ b/src/libutil/sync.hh @@ -1,5 +1,6 @@ #pragma once +#include #include #include #include -- cgit 1.4.1