aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavem <davem>2002-01-12 10:23:13 +0000
committerdavem <davem>2002-01-12 10:23:13 +0000
commit35cb491a12de1e21ad635ead15437c4cf399b53c (patch)
tree0a6b67ae48d07d001a8b12a0df748400f975c91e
parentdf699b7ff9a5281c93b9cef3813039f411dc004d (diff)
downloadnetdev-vger-cvs-35cb491a12de1e21ad635ead15437c4cf399b53c.tar.gz
Include rtnetlink.h to get BUG_TRAP
-rw-r--r--net/unix/af_unix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c
index 2d826216c..1abae4cf7 100644
--- a/net/unix/af_unix.c
+++ b/net/unix/af_unix.c
@@ -8,7 +8,7 @@
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*
- * Version: $Id: af_unix.c,v 1.129 2002-01-12 08:00:30 davem Exp $
+ * Version: $Id: af_unix.c,v 1.130 2002-01-12 10:23:13 davem Exp $
*
* Fixes:
* Linus Torvalds : Assorted bug cures.
@@ -108,6 +108,7 @@
#include <linux/init.h>
#include <linux/poll.h>
#include <linux/smp_lock.h>
+#include <linux/rtnetlink.h>
#include <asm/checksum.h>