summaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-22 00:46:18 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 07:56:26 +0200
commit34dfce0d82b7660ccf80da8314ca664a44b24126 (patch)
treee091c0a734e868ce585d00b39195460ba93a6a78 /src/test/test.c
parent85a1d635d5f15a49bda9f5e6588b0863d4b7b67d (diff)
downloadtor-34dfce0d82b7660ccf80da8314ca664a44b24126.tar.gz
tor-34dfce0d82b7660ccf80da8314ca664a44b24126.zip
Create buffers.h
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 6cf9ea075f..baffd9e3c0 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -43,6 +43,7 @@ long int lround(double x);
double fabs(double x);
#include "or.h"
+#include "buffers.c"
#include "geoip.h"
#include "rendcommon.h"
#include "test.h"