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:49:37 +0000 (16:49 -0500)
commit73e0d9449ffd250dfe241737a962758674b6b1aa
treed1e45989c3d8c413be62d83d67d2621d17bbf0af
parentf46b2ce6671c1c59d1e0f212f2020f2e26ca9929
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.026765 seconds and 5 git commands to generate.