]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Some systems seem to need linux/netlink.h for linux/fs.h to compile
authorTom Hughes <tom@compton.nu>
Mon, 19 Jul 2004 23:16:41 +0000 (23:16 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 19 Jul 2004 23:16:41 +0000 (23:16 +0000)
correctly, so we include it beforehand in case.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2511

coregrind/vg_unsafe.h

index f3ce02bf0a18bb83b785c4c5b7f1752b8bece5bd..b9d65d99da4efea9cba3895be7d661371680634e 100644 (file)
@@ -64,6 +64,7 @@
 #include <signal.h>       /* for siginfo_t */
 #include <linux/timex.h>  /* for adjtimex */
 #include <linux/hdreg.h>  /* for hard drive ioctls */
+#include <linux/netlink.h>/* Some systems need this for linux/fs.h */
 #include <linux/fs.h>     /* for filing system ioctls */
 #ifdef HAVE_LINUX_FB_H
 #include <linux/fb.h>     /* for fb_* structs */