summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/src/msgfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/libosmocore/src/msgfile.c')
-rw-r--r--src/shared/libosmocore/src/msgfile.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/shared/libosmocore/src/msgfile.c b/src/shared/libosmocore/src/msgfile.c
index 68f05813..c13df51d 100644
--- a/src/shared/libosmocore/src/msgfile.c
+++ b/src/shared/libosmocore/src/msgfile.c
@@ -21,10 +21,9 @@
*
*/
-#include <osmocore/msgfile.h>
-#include <osmocore/talloc.h>
+#include <osmocom/core/msgfile.h>
+#include <osmocom/core/talloc.h>
-#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>