X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=coreutils%2Fcat.c;h=aa8528d6ae53849930b4f7488d75cff5dadf53ef;hb=a6ce670a87ee77ccb9337ed6d87442134e1a48ed;hp=151ce4e61fa79ede7c05582e1262628a192f8d4d;hpb=e7c1af1e0dc1440483d7f195f15eb0df5cf70a04;p=oweals%2Fbusybox.git diff --git a/coreutils/cat.c b/coreutils/cat.c index 151ce4e61..aa8528d6a 100644 --- a/coreutils/cat.c +++ b/coreutils/cat.c @@ -2,7 +2,7 @@ /* * Mini Cat implementation for busybox * - * Copyright (C) 1999,2000 by Lineo, inc. + * Copyright (C) 1999,2000,2001 by Lineo, inc. * Written by Erik Andersen , * * This program is free software; you can redistribute it and/or modify @@ -21,8 +21,9 @@ * */ +#include +#include #include "busybox.h" -#include extern int cat_main(int argc, char **argv) {