fix: Include headers which were lost during rebase

This commit is contained in:
Ivan Kluchnikov 2017-02-15 21:17:43 +03:00
parent bd6784dbe8
commit 785e8b8533
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <openbsc/sup_server.h>
#include <openbsc/gsup_client.h>
#include <openbsc/reg_proxy.h>
#include <openbsc/debug.h>
#include <osmocom/gsm/gsup.h>

View File

@ -39,6 +39,7 @@ typedef struct operation operation_t;
#include <osmocom/core/linuxlist.h>
#include <osmocom/gsm/gsup.h>
#include <osmocom/gsm/gsm_utils.h>
#include <openbsc/gsm_ussd_map_proto.h>
#include <openbsc/gsm_04_80.h>

View File

@ -27,6 +27,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <netinet/in.h>