cryptodev: fix build with gcc 4.4.7
[dpdk.git] / lib / librte_cryptodev / rte_cryptodev_pmd.h
index d5fbe44..8270afa 100644 (file)
@@ -76,7 +76,7 @@ struct rte_cryptodev_session {
                struct rte_mempool *mp;
        } __rte_aligned(8);
 
-       char _private[];
+       char _private[0];
 };
 
 struct rte_cryptodev_driver;