Add missing header file to brcompat.h.
authorBen Pfaff <blp@nicira.com>
Thu, 8 Jan 2009 23:18:00 +0000 (15:18 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 8 Jan 2009 23:27:52 +0000 (15:27 -0800)
Found with -Wmissing-prototypes.

vswitchd/brcompat.c

index 4a877ffa06b40429940940b469863204727fac63..7040d8a33d569f698ec0773cc5fd74233ad8c177 100644 (file)
@@ -33,6 +33,8 @@
 
 #include <config.h>
 
+#include "brcompat.h"
+
 #include <assert.h>
 #include <errno.h>
 #include <getopt.h>