smdev

suckless mdev
git clone git://git.2f30.org/smdev
Log | Files | Refs | README | LICENSE

commit 558780ab890c2411bb8d6a8684f985d440681410
parent d5c4a92fcf4bc81eba03164883e584006eb9b4e5
Author: sin <sin@2f30.org>
Date:   Fri,  1 Aug 2014 22:50:47 +0100

Re-order include

Diffstat:
Msmdev.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smdev.c b/smdev.c @@ -9,10 +9,10 @@ #include <limits.h> #include <pwd.h> #include <regex.h> -#include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <unistd.h> #include "config.h" #include "mkpath.h"