* lib/ioctl.c: Include <sys/ioctl.h>.
+2009-01-19 Daniel P. Berrange <berrange@redhat.com>
+
+ ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
+ * lib/ioctl.c: Include <sys/ioctl.h>.
+
2009-01-19 Simon Josefsson <simon@josefsson.org>
* modules/getdate-tests (Depends-on): Add progname.
/* 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
#include <config.h>
+#include <sys/ioctl.h>
#include <stdarg.h>
#define WIN32_LEAN_AND_MEAN