From b3dfb94599743cf8670c7582ce319d8d82848469 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 19 Apr 2010 11:26:07 -0700 Subject: [PATCH] Fix broken build by adding forgotten header file to list of headers. --- include/openvswitch/automake.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/include/openvswitch/automake.mk b/include/openvswitch/automake.mk index 92e07188..3cc83d87 100644 --- a/include/openvswitch/automake.mk +++ b/include/openvswitch/automake.mk @@ -1,5 +1,6 @@ noinst_HEADERS += \ include/openvswitch/gre.h \ include/openvswitch/brcompat-netlink.h \ + include/openvswitch/internal_dev.h \ include/openvswitch/datapath-protocol.h -- 2.30.2