diff options
Diffstat (limited to 'sig_handler.c')
-rw-r--r-- | sig_handler.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sig_handler.c b/sig_handler.c index ed4c140..0645f3c 100644 --- a/sig_handler.c +++ b/sig_handler.c @@ -13,7 +13,7 @@ * message authentication based on the methodes used by SRTP. It is * intended to deliver a generic, scaleable and secure solution for * tunneling and relaying of packets of any protocol. - * + * * * Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org> * @@ -41,6 +41,7 @@ #include <fcntl.h> #include <sys/select.h> #include <errno.h> +#include <string.h> #include "sig_handler.h" |