X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fshm.cpp;h=e3fa9b6404c3ad6f85d99293f664aeac9aebefb9;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hp=99535c468a836698cdc0b250090dc0d201ecc496;hpb=a6bc4ca9d659caf016ef932fcd944029737ac57c;p=lttng-tools.git diff --git a/src/common/shm.cpp b/src/common/shm.cpp index 99535c468..e3fa9b640 100644 --- a/src/common/shm.cpp +++ b/src/common/shm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only @@ -16,9 +16,9 @@ #include #include -#include +#include -#include "shm.h" +#include "shm.hpp" /* * Using fork to set umask in the child process (not multi-thread safe). We