Provide declaration for struct in_addr

This commit is contained in:
Jonas Bonn 2017-03-24 15:19:20 +01:00 committed by Harald Welte
parent 6e9afbbc30
commit 5204e01dd6
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define _LIBGTP_H_
#include <stdint.h>
#include <netinet/ip.h>
struct gtp_tunnel;