netmon: Add ofono/netmon.h into ofono.h

This commit is contained in:
Denis Kenzior 2016-03-31 09:50:25 -05:00
parent 6ed9b55974
commit 1b87247a11
2 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,6 @@
#include <gdbus.h>
#include "ofono.h"
#include <ofono/netmon.h>
#define CELL_INFO_DICT_APPEND(p_dict, key, info, type, dbus_type) do { \
type value; \

View File

@ -530,3 +530,5 @@ ofono_bool_t __ofono_cdma_provision_get_name(const char *sid, char **name);
void __ofono_private_network_release(int id);
ofono_bool_t __ofono_private_network_request(ofono_private_network_cb_t cb,
int *id, void *data);
#include <ofono/netmon.h>