crypto/scheduler: fix include of local headers
[dpdk.git] / drivers / crypto / scheduler / rte_cryptodev_scheduler.h
index 7ef44e7..98ab8f2 100644 (file)
@@ -34,7 +34,7 @@
 #ifndef _RTE_CRYPTO_SCHEDULER_H
 #define _RTE_CRYPTO_SCHEDULER_H
 
-#include <rte_cryptodev_scheduler_operations.h>
+#include "rte_cryptodev_scheduler_operations.h"
 
 #ifdef __cplusplus
 extern "C" {