Fix compiling libprocessgroup against musl
Include sys/cdefs.h before using __BEGIN_DECLS. Bug: 190084016 Test: m USE_HOST_MUSL=true Change-Id: Iac009275f7198476dd83ac70dbbc626b70f88ed1
This commit is contained in:
parent
207ea516d6
commit
80e34e3017
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <stdint.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
|
Loading…
Reference in a new issue