From ec57e315a3d370910925c67e21482c1cf46ecfbd Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 20 Jun 2011 21:22:58 +0000 Subject: Minor tweak, NULL is defined in extratypes.h as per C++ regs if it's not already defined. --- src/stack.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stack.h') diff --git a/src/stack.h b/src/stack.h index a6ea1b9..0d1ed3c 100644 --- a/src/stack.h +++ b/src/stack.h @@ -9,6 +9,7 @@ #define BU_STACK_H #include +#include "bu/config.h" namespace Bu { -- cgit v1.2.3