diff options
Diffstat (limited to 'screen.c')
-rw-r--r-- | screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.c b/screen.c index 69a638a..b52856f 100644 --- a/screen.c +++ b/screen.c @@ -23,9 +23,9 @@ #include <err.h> #include <errno.h> +#include <stdio.h> #include <stdlib.h> #include <string.h> -#include <stdio.h> #include <unistd.h> #include "calmwm.h" |