diff --git a/src/chat/parser.c b/src/chat/parser.c
index 3db3cfb..d6fdd4e 100644
--- a/src/chat/parser.c
+++ b/src/chat/parser.c
@@ -16,14 +16,16 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
+#include
+
#include
#include
+#include
+
#include
#include
-#include
-
char *why2_yml_read(char *path, char *key)
{
FILE *file = fopen(path, "r");