diff options
Diffstat (limited to '')
-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" |