Introduction
Introduction Statistics Contact Development Disclaimer Help
Re-order include - smdev - suckless mdev
git clone git://git.suckless.org/smdev
Log
Files
Refs
README
LICENSE
---
commit 558780ab890c2411bb8d6a8684f985d440681410
parent d5c4a92fcf4bc81eba03164883e584006eb9b4e5
Author: sin <[email protected]>
Date: Fri, 1 Aug 2014 22:50:47 +0100
Re-order include
Diffstat:
M smdev.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"
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.