Move C include to proper place

Change-Id: Id58d1820b94d54ce73ed40edb7747ef975890a7b
This commit is contained in:
Max 2019-02-19 18:08:27 +01:00
parent 1f2e69fd35
commit 0c55bf19a5
1 changed files with 1 additions and 2 deletions

View File

@ -28,9 +28,8 @@
extern "C" {
#include <osmocom/gprs/protocol/gsm_04_60.h>
}
#include <osmocom/gsm/protocol/gsm_04_08.h>
}
#include <stdbool.h>
#include <errno.h>