From 8c585cce3987b04335acc6eebaa9ded3216b6e13 Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Tue, 29 Sep 2009 00:44:39 -0400 Subject: Include util.h and log.h as relative paths. This shouldn't be necessary, but apparently the Android cross-compiler doesn't respect -I as well as it should. (-I is supposed to add to the *front* of the search path. Android's gcc wrapper apparently likes to add to the end. This is broken, but we need to work around it.) --- src/or/buffers.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/buffers.c') diff --git a/src/or/buffers.c b/src/or/buffers.c index e5123732cf..1a1b2077cc 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -12,6 +12,8 @@ **/ #define BUFFERS_PRIVATE #include "or.h" +#include "../common/util.h" +#include "../common/log.h" #ifdef HAVE_UNISTD_H #include #endif -- cgit v1.2.3-54-g00ecf