aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auc/gen_ts_55_205_test_sets/main_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auc/gen_ts_55_205_test_sets/main_template.c')
-rw-r--r--tests/auc/gen_ts_55_205_test_sets/main_template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auc/gen_ts_55_205_test_sets/main_template.c b/tests/auc/gen_ts_55_205_test_sets/main_template.c
index a78bddb..3fafdf5 100644
--- a/tests/auc/gen_ts_55_205_test_sets/main_template.c
+++ b/tests/auc/gen_ts_55_205_test_sets/main_template.c
@@ -33,8 +33,8 @@
#include <osmocom/crypt/auth.h>
-#include "logging.h"
-#include "auc.h"
+#include <osmocom/hlr/logging.h>
+#include <osmocom/hlr/auc.h>
#define comment_start() fprintf(stderr, "\n===== %s\n", __func__);
#define comment_end() fprintf(stderr, "===== %s: SUCCESS\n\n", __func__);