ping

On 02/25/2015 11:30 AM, Taras Kondratiuk wrote:
stdarg.h is not needed in odp_debug_internal.h, but instead should be
included in odp_weak.c.

The change is needed to be able to reuse odp_weak.c from other
platforms.

Signed-off-by: Taras Kondratiuk <taras.kondrat...@linaro.org>
---
  platform/linux-generic/include/odp_debug_internal.h | 1 -
  platform/linux-generic/odp_weak.c                   | 2 ++
  2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/platform/linux-generic/include/odp_debug_internal.h 
b/platform/linux-generic/include/odp_debug_internal.h
index ff43ffc..d9ac812 100644
--- a/platform/linux-generic/include/odp_debug_internal.h
+++ b/platform/linux-generic/include/odp_debug_internal.h
@@ -18,7 +18,6 @@

  #include <stdio.h>
  #include <stdlib.h>
-#include <stdarg.h>
  #include <odp/debug.h>
  #include <odp_internal.h>
  #ifdef __cplusplus
diff --git a/platform/linux-generic/odp_weak.c 
b/platform/linux-generic/odp_weak.c
index 9dc3a4a..9641f45 100644
--- a/platform/linux-generic/odp_weak.c
+++ b/platform/linux-generic/odp_weak.c
@@ -9,6 +9,8 @@
  #include <odp_debug_internal.h>
  #include <odp/hints.h>

+#include <stdarg.h>
+
  ODP_WEAK_SYMBOL int odp_override_log(odp_log_level_e level ODP_UNUSED,
                                     const char *fmt, ...)
  {



_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to