From 5c19f6ec48747b33acc309ccd37e574db033e451 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 8 Jan 2009 15:18:00 -0800 Subject: [PATCH] Add missing header file to brcompat.h. Found with -Wmissing-prototypes. --- vswitchd/brcompat.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vswitchd/brcompat.c b/vswitchd/brcompat.c index 4a877ffa..7040d8a3 100644 --- a/vswitchd/brcompat.c +++ b/vswitchd/brcompat.c @@ -33,6 +33,8 @@ #include +#include "brcompat.h" + #include #include #include -- 2.30.2