eal: simplify meson build of common directory
[dpdk.git] / lib / librte_eal / common / include / generic / rte_byteorder.h
index 7d9a146..38e8cfd 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include <stdint.h>
-#ifdef RTE_EXEC_ENV_BSDAPP
+#ifdef RTE_EXEC_ENV_FREEBSD
 #include <sys/endian.h>
 #else
 #include <endian.h>