summary refs log tree commit diff
path: root/util.c
diff options
context:
space:
mode:
authorokan <okan>2012-11-09 03:52:02 +0000
committerokan <okan>2012-11-09 03:52:02 +0000
commit28224ff830f2841fd9481e33894b29f3c156f5aa (patch)
tree0bdfa69011229d14a7187ca5b15e39515f81c743 /util.c
parent04d4ed7b7e1f71d72e326429dc816988892be7eb (diff)
downloadcwm-28224ff830f2841fd9481e33894b29f3c156f5aa.tar.gz
cwm-28224ff830f2841fd9481e33894b29f3c156f5aa.tar.xz
cwm-28224ff830f2841fd9481e33894b29f3c156f5aa.zip
sort
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 54faaea..f69f880 100644
--- a/util.c
+++ b/util.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"