X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cat.c;h=aa8528d6ae53849930b4f7488d75cff5dadf53ef;hb=063c1f54eae3e1dcb8dd5c00ba9bf802357d3cb9;hp=151ce4e61fa79ede7c05582e1262628a192f8d4d;hpb=e7c1af1e0dc1440483d7f195f15eb0df5cf70a04;p=oweals%2Fbusybox.git diff --git a/cat.c b/cat.c index 151ce4e61..aa8528d6a 100644 --- a/cat.c +++ b/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) {