mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
NAT traversal: fix missing headers
This commit is contained in:
parent
2e9a731ff3
commit
1d8cbfe75d
|
@ -23,6 +23,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_LIBMINIUPNPC
|
||||
#include <stdio.h>
|
||||
#include <miniupnpc/miniupnpc.h>
|
||||
#include <miniupnpc/miniwget.h>
|
||||
#include <miniupnpc/upnpcommands.h>
|
||||
|
|
|
@ -21,6 +21,10 @@
|
|||
#ifndef NAT_TRAVERSAL_H
|
||||
#define NAT_TRAVERSAL_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user