From 215c7a01b0d88eae2b0e3529412f3d95525b8ede Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 18 Feb 2010 14:45:39 -0500 Subject: PR11296: switch to "sys/sdt.h" in test cases --- testsuite/systemtap.exelib/uprobes_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.exelib/uprobes_lib.c') diff --git a/testsuite/systemtap.exelib/uprobes_lib.c b/testsuite/systemtap.exelib/uprobes_lib.c index e3416d17..79213025 100644 --- a/testsuite/systemtap.exelib/uprobes_lib.c +++ b/testsuite/systemtap.exelib/uprobes_lib.c @@ -7,7 +7,7 @@ * later version. */ -#include "sdt.h" /* Really , but pick current source version. */ +#include "sys/sdt.h" // volatile static variable to prevent folding of lib_func static volatile int foo; -- cgit