svn commit: samba r21774 - in branches: SAMBA_3_0/source/smbd SAMBA_3_0_25/source/smbd

gd at samba.org gd at samba.org
Fri Mar 9 11:34:24 GMT 2007


Author: gd
Date: 2007-03-09 11:34:24 +0000 (Fri, 09 Mar 2007)
New Revision: 21774

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21774

Log:
Fix the build with Fedora Core 6.
tridge/vl: please check.

Guenther

Modified:
   branches/SAMBA_3_0/source/smbd/notify_inotify.c
   branches/SAMBA_3_0_25/source/smbd/notify_inotify.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/notify_inotify.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/notify_inotify.c	2007-03-09 10:09:37 UTC (rev 21773)
+++ branches/SAMBA_3_0/source/smbd/notify_inotify.c	2007-03-09 11:34:24 UTC (rev 21774)
@@ -26,6 +26,10 @@
 
 #ifdef HAVE_INOTIFY
 
+#ifdef HAVE_ASM_TYPES_H
+#include <asm/types.h>
+#endif
+
 #include <linux/inotify.h>
 #include <asm/unistd.h>
 

Modified: branches/SAMBA_3_0_25/source/smbd/notify_inotify.c
===================================================================
--- branches/SAMBA_3_0_25/source/smbd/notify_inotify.c	2007-03-09 10:09:37 UTC (rev 21773)
+++ branches/SAMBA_3_0_25/source/smbd/notify_inotify.c	2007-03-09 11:34:24 UTC (rev 21774)
@@ -26,6 +26,10 @@
 
 #ifdef HAVE_INOTIFY
 
+#ifdef HAVE_ASM_TYPES_H
+#include <asm/types.h>
+#endif
+
 #include <linux/inotify.h>
 #include <asm/unistd.h>
 



More information about the samba-cvs mailing list