Fix: compat: include common/macros.h in mman.h
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 12 Aug 2022 00:56:12 +0000 (20:56 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Fri, 19 Aug 2022 15:44:44 +0000 (11:44 -0400)
commit44b756ef7c0a8da1e25d21f629f3a768d65a1e81
tree13d36495dc4df64f67e926d4a8e05b719cc03b37
parent2ea09241f07f1dfd4b6fd0f2f296a10142fda7d2
Fix: compat: include common/macros.h in mman.h

When building on Windows, this mman.h must include common/macros.h to
see the definition of BT_EXTERN_C.  The build works in current master,
but I got some build failures that uncovered this problem which working
on some unrelated changes.

Change-Id: Ia81714d6d278724a0bc1fd20817e675f0167f2a1
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/8661
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
src/compat/mman.h
This page took 0.025483 seconds and 4 git commands to generate.