]> git.meshlink.io Git - meshlink/blobdiff - lib/utils.c
Fix placement of #include "config.h"
[meshlink] / lib / utils.c
index 3b1abc374bb8ef7bb4fe9ed8fc75019e99dd7037..79e3208086c733f1ea66a9eef8a5b61b4c4604f1 100644 (file)
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
+#include "config.h"
+
 #include <sys/types.h>
 #include <ctype.h>
 #include <string.h>
 
-#include "config.h"
-
 #include <utils.h>
 #include <syslog.h>
 #include <xalloc.h>