]> git.sur5r.net Git - i3/i3/blobdiff - libi3/ipc_recv_message.c
Ensure all *.[ch] files include config.h
[i3/i3] / libi3 / ipc_recv_message.c
index 0ef4fced4f27b1fd1bf415727efb6f1bbdd14796..16dda90d89b8cbcd5ec540aff00b1c3aba86d46c 100644 (file)
@@ -5,6 +5,8 @@
  * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  */
+#include "libi3.h"
+
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
@@ -14,8 +16,6 @@
 
 #include <i3/ipc.h>
 
-#include "libi3.h"
-
 /*
  * Reads a message from the given socket file descriptor and stores its length
  * (reply_length) as well as a pointer to its contents (reply).