diff options
author | root <root> | 2009-11-18 10:25:22 +0000 |
---|---|---|
committer | root <root> | 2009-11-18 10:25:22 +0000 |
commit | b9a29c2dac5c8a652cedcf232a780ba9da8df57e (patch) | |
tree | fea603ba62d05a079bafdae12e03d32729f015d0 | |
parent | fbd0b1aaa632a216cf036793c74fe55a237d1235 (diff) |
*** empty log message ***
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | ev.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 @@ -155,6 +155,7 @@ extern "C" { #include <math.h> #include <stdlib.h> +#include <string.h> #include <fcntl.h> #include <stddef.h> |