kernel-ctl: cygwin compatibility compile fix
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 May 2012 16:07:21 +0000 (12:07 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 May 2012 16:07:21 +0000 (12:07 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@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.026579 seconds and 4 git commands to generate.