summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/util.c b/src/util.c
index b43aaf9..c8004cf 100644
--- a/src/util.c
+++ b/src/util.c
@@ -23,11 +23,17 @@
#include <glib/gprintf.h>
#include "util.h"
+#include "util-internal.h"
#include "netplan.h"
+#include "parse.h"
+#include "parse-globals.h"
#include "names.h"
-GHashTable* wifi_frequency_24;
-GHashTable* wifi_frequency_5;
+NETPLAN_ABI GHashTable*
+wifi_frequency_24;
+
+NETPLAN_ABI GHashTable*
+wifi_frequency_5;
/**
* Create the parent directories of given file path. Exit program on failure.