From 864baf1d4f88b4bd1b31638d3bc206b591545dfa Mon Sep 17 00:00:00 2001 From: charles forsyth Date: Thu, 12 May 2011 22:10:52 +0100 Subject: [PATCH] 20110512-2210 --- plan9.h | 1 + 1 file changed, 1 insertion(+) diff --git a/plan9.h b/plan9.h index caecb8e..c98b6e2 100644 --- a/plan9.h +++ b/plan9.h @@ -30,6 +30,7 @@ typedef unsigned long long int uint64_t; #endif #include /* for int64_t et al. */ +#include #include /* for va_list, vararg macros */ #ifndef va_copy #ifdef __va_copy