]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_warnings.h
eal: remove PCI device ids header from doxygen
[dpdk.git] / lib / librte_eal / common / include / rte_warnings.h
index 423e6fb2a9b409fd057f2432c04f60fc17e0e025..54b545c9441a8608f15ddcb6996142659c6ac044 100644 (file)
 #include <string.h>
 #include <stdarg.h>
 #include <errno.h>
-#ifdef RTE_LIBRTE_EAL_LINUXAPP
+#ifdef RTE_EXEC_ENV_LINUXAPP
 #include <dirent.h>
 #endif
 
-/* rte_snprintf uses snprintf, so include its definition before we poison the
- * functions, otherwise we'll get an error in it. */
-#include <rte_string_fns.h>
-
 /* the following function are deemed not fully secure for use e.g. they
  * do not always null-terminate arguments */
 #pragma GCC poison sprintf strtok snprintf vsnprintf