From 6e2549ac2b5e7f96cbc2d83a6e0784b120444b47 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 15 Jan 2015 02:30:18 +1100 Subject: need includes.h for portable OpenSSH --- bitmap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitmap.c') diff --git a/bitmap.c b/bitmap.c index cd9df8c7..302ee790 100644 --- a/bitmap.c +++ b/bitmap.c @@ -14,6 +14,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "includes.h" + #include #include #include -- cgit v1.2.3