diff options
Diffstat (limited to 'ofproto/connmgr.h')
-rw-r--r-- | ofproto/connmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/connmgr.h b/ofproto/connmgr.h index 30e7ae52c..be4ce2894 100644 --- a/ofproto/connmgr.h +++ b/ofproto/connmgr.h @@ -18,7 +18,7 @@ #define CONNMGR_H 1 #include "classifier.h" -#include "hmap.h" +#include "openvswitch/hmap.h" #include "openvswitch/list.h" #include "openvswitch/match.h" #include "openvswitch/ofp-util.h" |