summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test-dhcp-options.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/test-dhcp-options.c b/src/tests/test-dhcp-options.c
index c9748cf775..96e9b5c822 100644
--- a/src/tests/test-dhcp-options.c
+++ b/src/tests/test-dhcp-options.c
@@ -25,12 +25,13 @@
#include <arpa/inet.h>
#include <string.h>
-#include "nm-test-helpers.h"
#include <nm-utils.h>
#include "nm-dhcp-manager.h"
#include "nm-logging.h"
+#include "nm-test-utils.h"
+
typedef struct {
const char *name;
const char *value;