diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-07-22 00:46:18 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-07-27 07:56:26 +0200 |
commit | 34dfce0d82b7660ccf80da8314ca664a44b24126 (patch) | |
tree | e091c0a734e868ce585d00b39195460ba93a6a78 /src/test/test.c | |
parent | 85a1d635d5f15a49bda9f5e6588b0863d4b7b67d (diff) | |
download | tor-34dfce0d82b7660ccf80da8314ca664a44b24126.tar.gz tor-34dfce0d82b7660ccf80da8314ca664a44b24126.zip |
Create buffers.h
Diffstat (limited to 'src/test/test.c')
-rw-r--r-- | src/test/test.c | 1 |
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" |