From: Bart Van Assche Date: Wed, 27 Feb 2008 17:41:22 +0000 (+0000) Subject: Fixed compiler warning. X-Git-Tag: svn/VALGRIND_3_4_0~1018 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=583749920b73f729dd3be9eb2ddf45f0fc4e9a3c;p=thirdparty%2Fvalgrind.git Fixed compiler warning. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7491 --- diff --git a/exp-drd/tests/recursive_mutex.c b/exp-drd/tests/recursive_mutex.c index 069c862d85..eab2eec51d 100644 --- a/exp-drd/tests/recursive_mutex.c +++ b/exp-drd/tests/recursive_mutex.c @@ -5,8 +5,10 @@ #define _GNU_SOURCE #include +#include #include + static void lock_twice(pthread_mutex_t* const p) { pthread_mutex_lock(p);