Browse Source

Add an include to main.c

Nick Mathewson 5 years ago
parent
commit
e420154ce7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/app/main/main.c

+ 1 - 0
src/app/main/main.c

@@ -71,6 +71,7 @@
 #include "lib/crypt_ops/crypto_rand.h"
 #include "lib/crypt_ops/crypto_s2k.h"
 #include "lib/geoip/geoip.h"
+#include "lib/net/resolve.h"
 
 #include "lib/process/waitpid.h"