diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-29 11:13:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-29 12:21:52 -0400 |
commit | 714788b19549ad2a1d8c064bc74678605b0aa78e (patch) | |
tree | 74891f3e4ec9c4d55d2b0d38b176aedd56c57784 /src/lib/arch | |
parent | 71e56c70e9dd6aa47ad8c8fb7568a7c27144d95e (diff) | |
download | tor-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.h | 2 |
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. */ |