Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80e34e30 authored by Colin Cross's avatar Colin Cross
Browse files

Fix compiling libprocessgroup against musl

Include sys/cdefs.h before using __BEGIN_DECLS.

Bug: 190084016
Test: m USE_HOST_MUSL=true
Change-Id: Iac009275f7198476dd83ac70dbbc626b70f88ed1
parent 207ea516
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

#pragma once

#include <sys/cdefs.h>
#include <stdint.h>

__BEGIN_DECLS