[ovs-dev] [PATCH 1/3] smap: Include hash.h.

Russell Bryant russell at ovn.org
Mon Mar 28 19:52:15 UTC 2016


SMAP_CONST1 uses the hash_string() function from hash.h.

Signed-off-by: Russell Bryant <russell at ovn.org>
---
 lib/smap.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/smap.h b/lib/smap.h
index dd774d5..038b769 100644
--- a/lib/smap.h
+++ b/lib/smap.h
@@ -16,6 +16,7 @@
 #define SMAP_H 1
 
 #include <netinet/in.h>
+#include "hash.h"
 #include "hmap.h"
 
 struct json;
-- 
2.5.5




More information about the dev mailing list