1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
--- sigparams.c.orig Sun Feb 19 14:51:19 2006 +++ sigparams.c Sun Feb 19 14:52:31 2006 @@ -8,12 +8,15 @@ #ifdef HAVE_STDIO_H #include <stdio.h> #endif +#include <stdlib.h> #ifdef HAVE_TIME_H #include <time.h> #endif #ifdef HAVE_SYSLOG_H #include <syslog.h> #endif + +#include <wchar.h> #include "sigparams.h" #include "util.h"