ofono: add missing header inclusions

This is a "leaf" header and doesn't even have header guards, but
it still seems natural that the header should pull in its own declarations
rather than relying on the including source file to ensure that they
are included.
This commit is contained in:
Jonas Bonn 2017-04-18 09:50:48 +02:00 committed by Denis Kenzior
parent c0273f9d85
commit 526b30b7ec
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
*
*/
#include <glib.h>
#include <ofono/types.h>
/* 27.007 Section 7.3 <AcT> */
enum access_technology {
ACCESS_TECHNOLOGY_GSM = 0,