Fix: Define __STDC_LIMIT_MACROS to fix C++ builds
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 10 Feb 2014 16:04:22 +0000 (11:04 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 11 Feb 2014 21:50:00 +0000 (16:50 -0500)
commit1a447d12098fd1ce2d3fd2946cf225039c583b5f
tree59404451c24c37b9e5061663830c2b05f8429a47
parent66d6602f068448cc15f0eb699c7d030723885faf
Fix: Define __STDC_LIMIT_MACROS to fix C++ builds

Necessary to include the fixed-width type limits on glibc versions
older than 2.18 when building with a C++ compiler.

Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
include/lttng/lttng.h
This page took 0.024412 seconds and 4 git commands to generate.