summaryrefslogtreecommitdiffstats
path: root/core/m_struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/m_struct.c')
-rw-r--r--core/m_struct.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/m_struct.c b/core/m_struct.c
index 7b885cc905..2bf5f36485 100644
--- a/core/m_struct.c
+++ b/core/m_struct.c
@@ -24,9 +24,9 @@
#include <stdlib.h>
#include <string.h>
-#include "m_option.h"
-#include "m_struct.h"
-#include "mp_msg.h"
+#include "core/m_option.h"
+#include "core/m_struct.h"
+#include "core/mp_msg.h"
const m_option_t*
m_struct_get_field(const m_struct_t* st,const char* f) {