minissdpd: fix includes for old systems
This commit is contained in:
parent
e5ed3a7019
commit
15e7285c2a
|
@ -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 <sys/queue.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <syslog.h>
|
||||
#include <errno.h>
|
||||
#include <sys/uio.h>
|
||||
#include <netinet/in.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "asyncsendto.h"
|
||||
#include "upnputils.h"
|
||||
|
|
|
@ -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 <syslog.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "openssdpsocket.h"
|
||||
#include "upnputils.h"
|
||||
|
|
Loading…
Reference in New Issue