From: Daniel P. Berrange Date: Mon, 19 Jan 2009 07:04:27 +0000 (+0100) Subject: ioctl: avoid warning: no previous prototype for 'rpl_ioctl' X-Git-Tag: v0.1~6439 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=6d111fdc2544ac95460950e3edd5b82a4bc56e11;p=gnulib.git ioctl: avoid warning: no previous prototype for 'rpl_ioctl' * lib/ioctl.c: Include . --- diff --git a/ChangeLog b/ChangeLog index a4e7643b3..fde11b55c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-19 Daniel P. Berrange + + ioctl: avoid warning: no previous prototype for 'rpl_ioctl' + * lib/ioctl.c: Include . + 2009-01-19 Simon Josefsson * modules/getdate-tests (Depends-on): Add progname. diff --git a/lib/ioctl.c b/lib/ioctl.c index a23d363bc..6b856e1e1 100644 --- a/lib/ioctl.c +++ b/lib/ioctl.c @@ -1,6 +1,6 @@ /* ioctl.c --- wrappers for Windows ioctl function - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,6 +19,7 @@ #include +#include #include #define WIN32_LEAN_AND_MEAN