File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1061,7 +1061,7 @@ AC_CHECK_HEADERS( \
10611061 utime.h \
10621062 utmp.h \
10631063 utmpx.h \
1064- valgrind.h
1064+ valgrind/valgrind .h
10651065)
10661066
10671067dnl #
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ static CONF_SECTION *default_version_cs; //!< Default configuration section to
5454# include <gperftools/profiler.h>
5555#endif
5656
57- #ifdef HAVE_VALGRIND_H
58- # include <valgrind.h>
57+ #ifdef HAVE_VALGRIND_VALGRIND_H
58+ # include <valgrind/valgrind .h>
5959#endif
6060
6161/** Check if the application linking to the library has the correct magic number
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ RCSID("$Id$")
3434#include <freeradius-devel/util/syserror.h>
3535
3636
37- #ifdef HAVE_VALGRIND_H
38- # include <valgrind.h>
37+ #ifdef HAVE_VALGRIND_VALGRIND_H
38+ # include <valgrind/valgrind .h>
3939#else
4040# define RUNNING_ON_VALGRIND 0
4141#endif
You can’t perform that action at this time.
0 commit comments