diff mbox

linux-generic: odp_time: include odp_debug_internal.h

Message ID 1418040672-1398-1-git-send-email-anders.roxell@linaro.org
State New
Headers show

Commit Message

Anders Roxell Dec. 8, 2014, 12:11 p.m. UTC
commit f158b205eb531646 broke cross compiling.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 platform/linux-generic/odp_time.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Anders Roxell Dec. 8, 2014, 12:18 p.m. UTC | #1
On 8 December 2014 at 13:11, Anders Roxell <anders.roxell@linaro.org> wrote:
> commit f158b205eb531646 broke cross compiling.
>
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>  platform/linux-generic/odp_time.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/platform/linux-generic/odp_time.c b/platform/linux-generic/odp_time.c
> index 1695f04..9eaacc0 100644
> --- a/platform/linux-generic/odp_time.c
> +++ b/platform/linux-generic/odp_time.c
> @@ -8,6 +8,7 @@
>  #include <odp_hints.h>
>  #include <odp_system_info.h>
>  #include <odp_debug.h>
> +#include <odp_debug_internal.h>
>
>  #define GIGA 1000000000
>
> --
> 2.1.0
>

please ignore this patch.

will send out a new patch soon!
diff mbox

Patch

diff --git a/platform/linux-generic/odp_time.c b/platform/linux-generic/odp_time.c
index 1695f04..9eaacc0 100644
--- a/platform/linux-generic/odp_time.c
+++ b/platform/linux-generic/odp_time.c
@@ -8,6 +8,7 @@ 
 #include <odp_hints.h>
 #include <odp_system_info.h>
 #include <odp_debug.h>
+#include <odp_debug_internal.h>
 
 #define GIGA 1000000000