From b72be50d7a3ff0f69f440edafd5ad5fd86e0c2d9 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 18 Feb 2010 13:52:04 -0500 Subject: [PATCH] Add some headers to fix freebsd compilation --- sample/hello-world.c | 4 ++++ test/test-ratelim.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/sample/hello-world.c b/sample/hello-world.c index 773c8589..d0426993 100644 --- a/sample/hello-world.c +++ b/sample/hello-world.c @@ -11,6 +11,10 @@ #include #include #include +#ifndef WIN32 +#include +#include +#endif #include #include diff --git a/test/test-ratelim.c b/test/test-ratelim.c index ed3d41ab..542691a9 100644 --- a/test/test-ratelim.c +++ b/test/test-ratelim.c @@ -33,6 +33,9 @@ #ifdef WIN32 #include #include +#else +#include +#include #endif #include -- 2.40.0