summaryrefslogtreecommitdiff
path: root/infra/stellar_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'infra/stellar_core.c')
-rw-r--r--infra/stellar_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/stellar_core.c b/infra/stellar_core.c
index 06e91de..ab9a39f 100644
--- a/infra/stellar_core.c
+++ b/infra/stellar_core.c
@@ -9,7 +9,7 @@
#include "log_internal.h"
#include "utils_internal.h"
#include "packet_internal.h"
-#include "packet_manager_internal.h"
+#include "packet_manager.h"
#include "module_manager_interna.h"
#define CORE_LOG_FATAL(format, ...) STELLAR_LOG_FATAL(__thread_local_logger, "core", format, ##__VA_ARGS__)