summaryrefslogtreecommitdiff
path: root/src/trymkffo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trymkffo.c')
-rw-r--r--src/trymkffo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trymkffo.c b/src/trymkffo.c
index e832a31..573c891 100644
--- a/src/trymkffo.c
+++ b/src/trymkffo.c
@@ -1,7 +1,7 @@
-#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/types.h>
int main()
{
- mkfifo("temp-trymkffo",0);
+ mkfifo("temp-trymkffo", 0);
}