in-band: Fix memory leak in in_band_destroy().
[openvswitch] / lib / stp.c
index 6fad3a08e1b8e267a2c1d28dc76fb91dfec9f4b4..38885c07f666e472ce4691988863e7df7879e991 100644 (file)
--- a/lib/stp.c
+++ b/lib/stp.c
@@ -18,6 +18,8 @@
  * applies to all modifications. */
 
 #include "stp.h"
+#include <sys/types.h>
+#include <netinet/in.h>
 #include <arpa/inet.h>
 #include <assert.h>
 #include <inttypes.h>