diff options
Diffstat (limited to 'src/or/buffers.c')
-rw-r--r-- | src/or/buffers.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c index 18517b999f..ee888b42a4 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -17,11 +17,17 @@ * and drained from functions in connection.c, trigged by events that are * monitored in main.c. **/ + #define BUFFERS_PRIVATE -#include "or.h" +#include "orconfig.h" +#include <stddef.h> #include "buffers.h" +#include "compat.h" +#include "compress.h" #include "util.h" +#include "torint.h" #include "torlog.h" +#include "tortls.h" #ifdef HAVE_UNISTD_H #include <unistd.h> #endif |