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:
Colin Cross 2021-09-14 12:35:01 -07:00
parent 207ea516d6
commit 80e34e3017

View file

@ -16,6 +16,7 @@
#pragma once
#include <sys/cdefs.h>
#include <stdint.h>
__BEGIN_DECLS