X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fshm.cpp;h=e3fa9b6404c3ad6f85d99293f664aeac9aebefb9;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hp=f1793d7a7d280701b0235e497dc03a101b04d7cc;hpb=21cf9b6b1843774306a76f4dccddddd706b64f79;p=lttng-tools.git diff --git a/src/common/shm.cpp b/src/common/shm.cpp index f1793d7a7..e3fa9b640 100644 --- a/src/common/shm.cpp +++ b/src/common/shm.cpp @@ -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