about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/ui/inputwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c
index c94c0a8c..2c7eae34 100644
--- a/src/ui/inputwin.c
+++ b/src/ui/inputwin.c
@@ -35,10 +35,10 @@
 #define _XOPEN_SOURCE_EXTENDED
 #include "config.h"
 
+#include <stdio.h>
 #include <sys/select.h>
 #include <stdlib.h>
 #include <string.h>
-#include <stdio.h>
 #include <wchar.h>
 #include <sys/time.h>
 #include <errno.h>