geoip: fix windows compilation

This commit is contained in:
Nick Mathewson 2018-09-27 11:02:58 -04:00
parent 013a123833
commit 34402ece8c
2 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
orconfig.h
lib/cc/*.h
lib/container/*.h
lib/crypt_ops/*.h

View file

@ -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