Skip to content

Commit 1d9a3bd

Browse files
committed
updated valgrind.h path
1 parent 4df2b46 commit 1d9a3bd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

10671067
dnl #

src/lib/server/dependency.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/lib/util/dl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)