mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
geoip: fix windows compilation
This commit is contained in:
parent
013a123833
commit
34402ece8c
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
orconfig.h
|
||||
lib/cc/*.h
|
||||
lib/container/*.h
|
||||
lib/crypt_ops/*.h
|
||||
|
|
|
@ -12,8 +12,10 @@
|
|||
#ifndef TOR_GEOIP_H
|
||||
#define TOR_GEOIP_H
|
||||
|
||||
#include "orconfig.h"
|
||||
#include "lib/net/nettypes.h"
|
||||
#include "lib/testsupport/testsupport.h"
|
||||
#include "lib/net/inaddr_st.h"
|
||||
#include "lib/geoip/country.h"
|
||||
|
||||
#ifdef GEOIP_PRIVATE
|
||||
|
|
Loading…
Add table
Reference in a new issue