From 00e1a59ca843eb5bfb7add59c996b06c92cc9379 Mon Sep 17 00:00:00 2001 From: Jeremy Lakeman Date: Thu, 22 Nov 2012 10:55:54 +1030 Subject: [PATCH] Fix compilation errors --- log.h | 1 + overlay_queue.c | 1 + 2 files changed, 2 insertions(+) diff --git a/log.h b/log.h index 86a54d5a..88a701e6 100644 --- a/log.h +++ b/log.h @@ -21,6 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include #include +#include typedef unsigned int debugflags_t; diff --git a/overlay_queue.c b/overlay_queue.c index a7ee8f2a..35757b4b 100644 --- a/overlay_queue.c +++ b/overlay_queue.c @@ -2,6 +2,7 @@ #include "overlay_buffer.h" #include "overlay_packet.h" #include "str.h" +#include "strbuf.h" typedef struct overlay_txqueue { struct overlay_frame *first;