mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 06:00:32 +01:00
shared: patch c-stdaux.h to not include <stdatomic.h>
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.
This commit is contained in:
parent
8d911088ab
commit
68a3bc9523
1 changed files with 2 additions and 0 deletions
|
|
@ -36,7 +36,9 @@ extern "C" {
|
|||
#include <limits.h>
|
||||
#include <stdalign.h>
|
||||
#include <stdarg.h>
|
||||
#if 0 /* NM_IGNORED */
|
||||
#include <stdatomic.h>
|
||||
#endif /* NM_IGNORED */
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue