[or-cvs] autoconf around missing stdint.h

Nick Mathewson nickm at seul.org
Mon Aug 11 20:40:23 UTC 2003


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv25885/src/or

Modified Files:
	or.h 
Log Message:
autoconf around missing stdint.h

Index: or.h
===================================================================
RCS file: /home/or/cvsroot/src/or/or.h,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- or.h	30 Jul 2003 19:12:03 -0000	1.100
+++ or.h	11 Aug 2003 20:40:21 -0000	1.101
@@ -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



More information about the tor-commits mailing list