summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 37a971e8d5..dba32795ef 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -15,9 +15,7 @@
#include <signal.h>
#include <netdb.h>
#include <ctype.h>
-#ifdef HAVE_STDINT_H
-#include <stdint.h>
-#endif
+#include "../common/torint.h"
#ifdef HAVE_SYS_POLL_H
#include <sys/poll.h>
#elif HAVE_POLL_H