minissdpd/upnputils.c: includes for gettimeofday() etc.

This commit is contained in:
Thomas Bernard 2019-08-24 11:07:47 +02:00
parent c4b31a1fca
commit 624a4bfdf7
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/* $Id: upnputils.c,v 1.2 2014/11/28 16:20:58 nanard Exp $ */
/* MiniUPnP project
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
* http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
* (c) 2006-2019 Thomas Bernard
* This software is subject to the conditions detailed
* in the LICENCE file provided within the distribution */
@ -19,6 +19,8 @@
#ifdef AF_LINK
#include <net/if_dl.h>
#endif
#include <time.h>
#include <sys/time.h>
#include "upnputils.h"
#include "getroute.h"