From: Ben Pfaff Date: Thu, 8 Jan 2009 23:18:00 +0000 (-0800) Subject: Add missing header file to brcompat.h. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c19f6ec48747b33acc309ccd37e574db033e451;p=openvswitch Add missing header file to brcompat.h. Found with -Wmissing-prototypes. --- 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