public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dnotify compile fix
@ 2002-01-20 13:18 Udo A. Steinberg
  0 siblings, 0 replies; only message in thread
From: Udo A. Steinberg @ 2002-01-20 13:18 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel


Hi,

The following patch against 2.5.3-pre2 fixes a compile error in dnotify.h.
I'm not sure if this is the preferred way, but it works for me.

diff -Naur -X dontdiff linux-2.5.3-vanilla/include/linux/dnotify.h linux-2.5.3/include/linux/dnotify.h
--- linux-2.5.3-vanilla/include/linux/dnotify.h Fri Sep 22 23:21:22 2000
+++ linux-2.5.3/include/linux/dnotify.h Sun Jan 20 13:46:23 2002
@@ -4,6 +4,8 @@
  * Copyright 2000 (C) Stephen Rothwell
  */

+#include <linux/fs.h>
+
 struct dnotify_struct {
        struct dnotify_struct * dn_next;
        int                     dn_magic;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-01-20 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-20 13:18 [PATCH] dnotify compile fix Udo A. Steinberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox