From 787f8533aad7bb7d2cdb54f36685178e0f805c71 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 26 May 2006 02:40:25 +0000 Subject: [PATCH] fix usertrace git-svn-id: http://ltt.polymtl.ca/svn@1856 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-usertrace/ltt/ltt-usertrace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt-usertrace/ltt/ltt-usertrace.h b/ltt-usertrace/ltt/ltt-usertrace.h index 7770f958..0f45dff1 100644 --- a/ltt-usertrace/ltt/ltt-usertrace.h +++ b/ltt-usertrace/ltt/ltt-usertrace.h @@ -19,8 +19,8 @@ #define __KERNEL__ /* Ugly hack : atomic.h is broken */ #endif #include -#include "ltt/ltt-usertrace-ppc.h" #ifdef powerpc +#include "ltt/ltt-usertrace-ppc.h" #undef __KERNEL__ /* Ugly hack : atomic.h is broken */ #endif -- 2.34.1