summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2009-11-18 10:25:22 +0000
committerroot <root>2009-11-18 10:25:22 +0000
commitb9a29c2dac5c8a652cedcf232a780ba9da8df57e (patch)
treefea603ba62d05a079bafdae12e03d32729f015d0
parentfbd0b1aaa632a216cf036793c74fe55a237d1235 (diff)
*** empty log message ***
-rw-r--r--Changes1
-rw-r--r--ev.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 39fc1bb..77a0350 100644
--- a/Changes
+++ b/Changes
@@ -17,6 +17,7 @@ TODO: somehow unblock procmask?
(analysed by lekma).
- changed minimum glibc requirement from glibc 2.9 to 2.7, for
signalfd.
+ - add missing string.h include (Denis F. Latypoff).
3.8 Sun Aug 9 14:30:45 CEST 2009
- incompatible change: do not necessarily reset signal handler
diff --git a/ev.c b/ev.c
index cbbf47e..5071b4a 100644
--- a/ev.c
+++ b/ev.c
@@ -155,6 +155,7 @@ extern "C" {
#include <math.h>
#include <stdlib.h>
+#include <string.h>
#include <fcntl.h>
#include <stddef.h>