Require stdint.h and inttypes.h

We've been silently requiring stdint.h for a while now, and nobody
has complained.  Closes ticket 26626.
This commit is contained in:
Nick Mathewson
2018-07-03 10:25:31 -04:00
parent a01b4d7f87
commit e2a94dc481
4 changed files with 20 additions and 324 deletions
+3
View File
@@ -0,0 +1,3 @@
o Code simplification and refactoring:
- Tor now assumes that you have standards-conformant stdint.h and
inttypes.h headers when compiling. Closes ticket 26626.