X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=posix%2Flib%2Fpsxdll%2Ffcntl%2Ffcntl.c;h=2404587c07d3d304589984001cefcb4d04ad04d0;hp=430e0e2a8c940d779a1fc44fc96e04835b549ae8;hb=acbed041bbfdfe91920097c2d2f84cb223871c5f;hpb=2584adcb3b067c940fe2e63759ee596107fc062f diff --git a/posix/lib/psxdll/fcntl/fcntl.c b/posix/lib/psxdll/fcntl/fcntl.c index 430e0e2a8c9..2404587c07d 100644 --- a/posix/lib/psxdll/fcntl/fcntl.c +++ b/posix/lib/psxdll/fcntl/fcntl.c @@ -1,4 +1,4 @@ -/* $Id: fcntl.c,v 1.3 2002/03/07 06:03:11 hyperion Exp $ +/* $Id: fcntl.c,v 1.4 2002/03/21 22:41:53 hyperion Exp $ */ /* * COPYRIGHT: See COPYING in the top level directory @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include @@ -72,7 +73,6 @@ int fcntl(int fildes, int cmd, ...) { case F_DUPFD: { - va_list vlArgs; int nDupFileNo; __fildes_t *pfdDupDescriptor;