gril: Fix compilation on armhf/Musl

The following patch is needed to successfully build ofono on armhf with
musl (in place of libc)
This commit is contained in:
Clayton Craft 2017-09-08 09:18:20 -07:00 committed by Denis Kenzior
parent 995eaca514
commit 7ff6df60a7
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#define __PARCEL_H
#include <stdlib.h>
#include <stdint.h>
struct parcel {
char *data;