Selaa lähdekoodia

Fixup 86eba14ac549: add errno.h for EPROTONOSUPPORT

teor (Tim Wilson-Brown) 10 vuotta sitten
vanhempi
commit
3351f69c75
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/test/test_util.c

+ 1 - 0
src/test/test_util.c

@@ -20,6 +20,7 @@
 #include <math.h>
 #include <ctype.h>
 #include <float.h>
+#include <errno.h>
 
 /* XXXX this is a minimal wrapper to make the unit tests compile with the
  * changed tor_timegm interface. */