X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=util-linux%2Ffdflush.c;h=7f5b6c9be1c04778b4c1d3ffe63ae7b44d7118e1;hb=44608e9693b03661fbab5e27650bb040c6871d11;hp=f10cceae08054830b8659780ff2fab62b143cd66;hpb=67991cf824f8df27e74c92d754fb507681c69ce6;p=oweals%2Fbusybox.git diff --git a/util-linux/fdflush.c b/util-linux/fdflush.c index f10cceae0..7f5b6c9be 100644 --- a/util-linux/fdflush.c +++ b/util-linux/fdflush.c @@ -2,7 +2,6 @@ /* * Mini fdflush implementation for busybox * - * * Copyright (C) 1995, 1996 by Bruce Perens . * * This program is free software; you can redistribute it and/or modify @@ -21,11 +20,11 @@ * */ -#include "busybox.h" #include #include #include #include +#include "busybox.h" /* From */ #define FDFLUSH _IO(2,0x4b)