aboutsummaryrefslogtreecommitdiff
path: root/src/common/util_format.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 17:35:56 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-22 09:49:13 -0400
commit0932f322911f41e72b5155d06775658039814a39 (patch)
tree226490f91ad9dc77f494d7c4c04c210fc14aa667 /src/common/util_format.c
parent9426751b72e922b5ee2b00bcc6158f5651a81014 (diff)
downloadtor-0932f322911f41e72b5155d06775658039814a39.tar.gz
tor-0932f322911f41e72b5155d06775658039814a39.zip
Remove compat.h as unneeded from log.c and torlog.h
Diffstat (limited to 'src/common/util_format.c')
-rw-r--r--src/common/util_format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util_format.c b/src/common/util_format.c
index 420d8a1a8f..713e87129c 100644
--- a/src/common/util_format.c
+++ b/src/common/util_format.c
@@ -12,6 +12,7 @@
*/
#include "orconfig.h"
+#include <stddef.h>
#include "common/torlog.h"
#include "common/util.h"
#include "common/util_format.h"
@@ -532,4 +533,3 @@ base16_decode(char *dest, size_t destlen, const char *src, size_t srclen)
return (int) (dest-dest_orig);
}
-