libpurple/prefs.c

changeset 41685
ca22b00972d4
parent 41660
6a4db60af05b
child 41721
aefc93bef426
--- a/libpurple/prefs.c	Mon Sep 12 22:49:11 2022 -0500
+++ b/libpurple/prefs.c	Mon Sep 12 22:54:13 2022 -0500
@@ -21,6 +21,10 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif /* HAVE_CONFIG_H */
+
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -28,8 +32,6 @@
 
 #include <glib.h>
 
-#include "internal.h"
-
 #include "prefs.h"
 #include "debug.h"
 #include "purplepath.h"

mercurial