From 68a3bc95232b087e7c32506a113ca56bbe6bda16 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sun, 14 Apr 2019 17:15:33 +0200 Subject: [PATCH] shared: patch c-stdaux.h to not include c-stdaux is C11 and so is NetworkManager too. But we build on Ubunut 14.04, where we have not all C11 parts in place. Since the header is not actually used (at the moment), patch out the include. --- shared/c-stdaux/src/c-stdaux.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/c-stdaux/src/c-stdaux.h b/shared/c-stdaux/src/c-stdaux.h index a02aed9c08..08d155cebc 100644 --- a/shared/c-stdaux/src/c-stdaux.h +++ b/shared/c-stdaux/src/c-stdaux.h @@ -36,7 +36,9 @@ extern "C" { #include #include #include +#if 0 /* NM_IGNORED */ #include +#endif /* NM_IGNORED */ #include #include #include