aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrenfong.wang <drenfong.wang@intel.com>2018-12-27 10:32:27 +0800
committerdrenfong.wang <drenfong.wang@intel.com>2018-12-27 10:32:27 +0800
commit50e0b9313a4849b79c8a2ddf192d59ce71a2b5b3 (patch)
treef1dad9e5b8c6fc7596ee2ceca7a5b909eeffc589
parent8791f3211bd61d213e4ea4a0af66a14bb2e3a239 (diff)
correct included header name in sc_vpp_comm.c
Change-Id: I3676029db0fd09b39cbe6bf11cc5029ba841bd3e Signed-off-by: drenfong.wang <drenfong.wang@intel.com>
-rw-r--r--src/scvpp/src/sc_vpp_comm.c2
1 files changed, 1 insertions, 1 deletions
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