diff options
author | okan | 2012-11-09 03:52:02 +0000 |
---|---|---|
committer | okan | 2012-11-09 03:52:02 +0000 |
commit | c2d6be52ef2a1daaaefab648441d56805f411b46 (patch) | |
tree | 14ce239f1978d3947ebfe53bf7050ea0b49142f8 /menu.c | |
parent | c45deb01bb9c302dd190da1cc4e2f4710f9b59fa (diff) | |
download | cwm-c2d6be52ef2a1daaaefab648441d56805f411b46.tar.gz |
sort
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,19 +16,19 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: menu.c,v 1.43 2012/11/07 20:34:39 okan Exp $ + * $OpenBSD: menu.c,v 1.44 2012/11/09 03:52:02 okan Exp $ */ #include <sys/param.h> #include <sys/queue.h> +#include <ctype.h> #include <err.h> #include <errno.h> +#include <stdio.h> #include <stdlib.h> #include <string.h> -#include <stdio.h> #include <unistd.h> -#include <ctype.h> #include "calmwm.h" |