projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e51000
)
Add missing header file to brcompat.h.
author
Ben Pfaff
<blp@nicira.com>
Thu, 8 Jan 2009 23:18:00 +0000
(15:18 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 8 Jan 2009 23:27:52 +0000
(15:27 -0800)
Found with -Wmissing-prototypes.
vswitchd/brcompat.c
patch
|
blob
|
history
diff --git
a/vswitchd/brcompat.c
b/vswitchd/brcompat.c
index 4a877ffa06b40429940940b469863204727fac63..7040d8a33d569f698ec0773cc5fd74233ad8c177 100644
(file)
--- a/
vswitchd/brcompat.c
+++ b/
vswitchd/brcompat.c
@@
-33,6
+33,8
@@
#include <config.h>
+#include "brcompat.h"
+
#include <assert.h>
#include <errno.h>
#include <getopt.h>