diff --git a/minissdpd/asyncsendto.c b/minissdpd/asyncsendto.c index 218d3f2..bd21e93 100644 --- a/minissdpd/asyncsendto.c +++ b/minissdpd/asyncsendto.c @@ -1,4 +1,4 @@ -/* $Id: asyncsendto.c,v 1.6 2014/05/19 14:26:56 nanard Exp $ */ +/* $Id: asyncsendto.c,v 1.7 2015/09/03 18:19:20 nanard Exp $ */ /* MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ * (c) 2006-2014 Thomas Bernard @@ -11,10 +11,12 @@ #include #include #include +#include #include #include #include #include +#include #include "asyncsendto.h" #include "upnputils.h" diff --git a/minissdpd/ifacewatch.c b/minissdpd/ifacewatch.c index 6aa08f6..203388c 100644 --- a/minissdpd/ifacewatch.c +++ b/minissdpd/ifacewatch.c @@ -1,4 +1,4 @@ -/* $Id: ifacewatch.c,v 1.15 2014/11/28 16:30:37 nanard Exp $ */ +/* $Id: ifacewatch.c,v 1.16 2015/09/03 18:31:25 nanard Exp $ */ /* MiniUPnP project * (c) 2011-2012 Thomas Bernard * website : http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ @@ -25,6 +25,7 @@ #endif #endif /* __linux__ */ #include +#include #include "openssdpsocket.h" #include "upnputils.h"