summaryrefslogtreecommitdiff
path: root/src/lib/arch
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-29 11:13:15 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-29 12:21:52 -0400
commit714788b19549ad2a1d8c064bc74678605b0aa78e (patch)
tree74891f3e4ec9c4d55d2b0d38b176aedd56c57784 /src/lib/arch
parent71e56c70e9dd6aa47ad8c8fb7568a7c27144d95e (diff)
downloadtor-714788b19549ad2a1d8c064bc74678605b0aa78e.tar.gz
tor-714788b19549ad2a1d8c064bc74678605b0aa78e.zip
Remove non-windows system includes from compat.h and util.h
Diffstat (limited to 'src/lib/arch')
-rw-r--r--src/lib/arch/bytes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/arch/bytes.h b/src/lib/arch/bytes.h
index d3b53f8cdf..4359b0f723 100644
--- a/src/lib/arch/bytes.h
+++ b/src/lib/arch/bytes.h
@@ -6,7 +6,7 @@
#ifndef TOR_BYTES_H
#define TOR_BYTES_H
-#include <stdlib.h>
+#include <string.h>
#include "lib/cc/torint.h"
/* The uint8 variants are defined to make the code more uniform. */