瀏覽代碼

Fixup 86eba14ac549: add errno.h for EPROTONOSUPPORT

teor (Tim Wilson-Brown) 8 年之前
父節點
當前提交
3351f69c75
共有 1 個文件被更改,包括 1 次插入0 次删除
  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. */