From 9ac44b1d057caacc72e980bd83876b77c42b2959 Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 20 Feb 2009 13:11:34 -0600 Subject: Better header file inclusion. 2009-02-20 David Smith * debugfs.c: Added inclusion of linux/debugfs.h. * relayfs.h: Removed inclusion of linux/debugfs.h. --- runtime/transport/debugfs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/transport/debugfs.c') diff --git a/runtime/transport/debugfs.c b/runtime/transport/debugfs.c index dc651a56..85ee604d 100644 --- a/runtime/transport/debugfs.c +++ b/runtime/transport/debugfs.c @@ -9,6 +9,8 @@ * later version. */ +#include + #define STP_DEFAULT_BUFFERS 50 inline static int _stp_ctl_write_fs(int type, void *data, unsigned len) -- cgit