From 50e0b9313a4849b79c8a2ddf192d59ce71a2b5b3 Mon Sep 17 00:00:00 2001 From: "drenfong.wang" Date: Thu, 27 Dec 2018 10:32:27 +0800 Subject: correct included header name in sc_vpp_comm.c Change-Id: I3676029db0fd09b39cbe6bf11cc5029ba841bd3e Signed-off-by: drenfong.wang --- src/scvpp/src/sc_vpp_comm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scvpp/src/sc_vpp_comm.c b/src/scvpp/src/sc_vpp_comm.c index 3232403..0df9426 100644 --- a/src/scvpp/src/sc_vpp_comm.c +++ b/src/scvpp/src/sc_vpp_comm.c @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include "sc_vpp_operation.h" +#include "sc_vpp_comm.h" #define APP_NAME "sweetcomb_vpp" #define MAX_OUTSTANDING_REQUESTS 4 -- cgit 1.2.3-korg