aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/io.c
diff options
context:
space:
mode:
authorGravatar koral <koral@mailoo.org>2011-02-10 15:20:19 +0100
committerGravatar koral <koral@mailoo.org>2011-02-10 15:20:19 +0100
commit59af2a8499160a369aceed1bd5cb32109fb5e77c (patch)
tree8ca62aa594b1ee548566236bf73998dc0f1b720d /src/io.c
parentece7f8a0bc6f4b45e931ce2634f79fe6c84a18c9 (diff)
Moves additionnal utility functions to util.c.
Diffstat (limited to 'src/io.c')
-rw-r--r--src/io.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io.c b/src/io.c
index 80dd666..1c463db 100644
--- a/src/io.c
+++ b/src/io.c
@@ -1,3 +1,5 @@
+#define _POSIX_SOURCE
+
#include <stdio.h>
#include "events.h"