Re: [PATCH] cosmetic: missing includes (net/sched)

2001-02-08 Thread David S. Miller
Werner Almesberger writes: > This patch for 2.4.2-pre1 adds a few includes I forgot in sch_atm.c and > sch_dsmark.c Applied, thanks. Later, David S. Miller [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

[PATCH] cosmetic: missing includes (net/sched)

2001-02-08 Thread Werner Almesberger
This patch for 2.4.2-pre1 adds a few includes I forgot in sch_atm.c and sch_dsmark.c Their absence didn't cause any kernel compilation problems, but it may well in the future (or when compiling things in a different context, that's why I, ehm ... finally, noticed the problem). - Werner