Fixup 86eba14ac5: add errno.h for EPROTONOSUPPORT

This commit is contained in:
teor (Tim Wilson-Brown) 2015-11-18 23:47:12 +11:00
parent 878b5738c2
commit 3351f69c75

View File

@ -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. */