summaryrefslogtreecommitdiffstats
path: root/fs/tftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/tftp.c')
-rw-r--r--fs/tftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/tftp.c b/fs/tftp.c
index b1a213ec1c..36436197a8 100644
--- a/fs/tftp.c
+++ b/fs/tftp.c
@@ -31,7 +31,7 @@
#include <linux/stat.h>
#include <linux/err.h>
#include <kfifo.h>
-#include <sizes.h>
+#include <linux/sizes.h>
#define TFTP_PORT 69 /* Well known TFTP port number */