From: Mathieu Desnoyers Date: Thu, 24 May 2012 16:07:21 +0000 (-0400) Subject: kernel-ctl: cygwin compatibility compile fix X-Git-Tag: v2.1.0-rc1~132 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=95ba0f2fffd50c6d52e028cbb72ab1fcd43db876 kernel-ctl: cygwin compatibility compile fix Signed-off-by: Mathieu Desnoyers --- diff --git a/src/common/kernel-ctl/kernel-ctl.c b/src/common/kernel-ctl/kernel-ctl.c index f17bf3bc7..8ade0830d 100644 --- a/src/common/kernel-ctl/kernel-ctl.c +++ b/src/common/kernel-ctl/kernel-ctl.c @@ -16,6 +16,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#define __USE_LINUX_IOCTL_DEFS #include #include "kernel-ctl.h"