kernel-ctl: cygwin compatibility compile fix
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 May 2012 16:07:21 +0000 (12:07 -0400)
committerChristian Babeux <christian.babeux@efficios.com>
Fri, 7 Dec 2012 20:17:54 +0000 (15:17 -0500)
commit 95ba0f2fffd50c6d52e028cbb72ab1fcd43db876 upstream.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
src/common/kernel-ctl/kernel-ctl.c

index f17bf3bc7bf6fb96052e912c474a0118b52754c3..8ade0830d73da3a51636554fa3be6a57253e3df9 100644 (file)
@@ -16,6 +16,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#define __USE_LINUX_IOCTL_DEFS
 #include <sys/ioctl.h>
 
 #include "kernel-ctl.h"
This page took 0.024858 seconds and 4 git commands to generate.