Explorar o código

Fixup 86eba14ac549: add errno.h for EPROTONOSUPPORT

teor (Tim Wilson-Brown) %!s(int64=8) %!d(string=hai) anos
pai
achega
3351f69c75
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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. */