Browse Source

Fixup 86eba14ac549: add errno.h for EPROTONOSUPPORT

teor (Tim Wilson-Brown) 8 years ago
parent
commit
3351f69c75
1 changed files with 1 additions and 0 deletions
  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. */