plugins: 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 1f5aa70b53
commit 995eaca514
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <errno.h>
#include <stdlib.h>
#include <stdint.h>
#include <glib.h>
#include <gatchat.h>