[DRBD-cvs] svn commit by phil - r2055 - branches/drbd-0.7/drbd -
Make it compile on 2.6.16-rc1
drbd-cvs at lists.linbit.com
drbd-cvs at lists.linbit.com
Wed Jan 25 23:20:33 CET 2006
Author: phil
Date: 2006-01-25 23:20:32 +0100 (Wed, 25 Jan 2006)
New Revision: 2055
Modified:
branches/drbd-0.7/drbd/drbd_receiver.c
Log:
Make it compile on 2.6.16-rc1
Modified: branches/drbd-0.7/drbd/drbd_receiver.c
===================================================================
--- branches/drbd-0.7/drbd/drbd_receiver.c 2006-01-23 09:58:17 UTC (rev 2054)
+++ branches/drbd-0.7/drbd/drbd_receiver.c 2006-01-25 22:20:32 UTC (rev 2055)
@@ -38,6 +38,7 @@
#include <linux/version.h>
#include <linux/fs.h>
#include <linux/file.h>
+#include <linux/in.h>
#include <linux/mm.h>
#include <linux/drbd_config.h>
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)) || defined(HAVE_MM_INLINE_H)
More information about the drbd-cvs
mailing list