]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Include valgrind headers before system headers to avoid problems
authorTom Hughes <tom@compton.nu>
Thu, 29 Apr 2010 09:01:21 +0000 (09:01 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 29 Apr 2010 09:01:21 +0000 (09:01 +0000)
commitee1b05c5623186ee73dc1e774917c6f4fcf8920c
tree8f99b7fa7b522f0a5daeb56cc28dcbf66e5d73bc
parent27759ab6c9b80b6619032ce749465c4578a45061
Include valgrind headers before system headers to avoid problems
with the system headers #defining things which are used as names
of structure members in vki headers.

This is needed to allow valgrind to build on Fedora 13 and Rawhide.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11113
auxprogs/valgrind-listener.c
coregrind/launcher-linux.c