From f1743f00e6058d2dee44510f3ef165c549a6291e Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Sat, 12 Jul 2008 19:10:22 -0400 Subject: PR6738: restore support for rhel4-era (2.6.9) kernels --- runtime/loc2c-runtime.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime/loc2c-runtime.h') diff --git a/runtime/loc2c-runtime.h b/runtime/loc2c-runtime.h index a7472691..215676ee 100644 --- a/runtime/loc2c-runtime.h +++ b/runtime/loc2c-runtime.h @@ -9,7 +9,11 @@ * later version. */ +#ifdef STAPCONF_LINUX_UACCESS_H #include +#else +#include +#endif #include #define intptr_t long #define uintptr_t unsigned long -- cgit