From 5976f1a5b33ba1af3e7dbc663ffbebca3b944024 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sat, 6 Mar 2010 17:47:26 +0200 Subject: [PATCH] sys/types.h --- tests/Lperf-simple.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/Lperf-simple.c b/tests/Lperf-simple.c index cdf38c20..88c55b64 100644 --- a/tests/Lperf-simple.c +++ b/tests/Lperf-simple.c @@ -1,3 +1,11 @@ +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifdef HAVE_SYS_TYPES_H +# include +#endif + #define UNW_LOCAL_ONLY #include #if !defined(UNW_REMOTE_ONLY)