Rename C++ header files to .hpp
[lttng-tools.git] / src / common / compat / compat-fcntl.cpp
index 004939a3d3d247220b44f6e71b8673dad5e510a5..13ba512b8884699d325d90aad36e22e1d9c41c70 100644 (file)
@@ -6,8 +6,8 @@
  */
 
 #define _LGPL_SOURCE
-#include <common/compat/fcntl.h>
-#include <common/macros.h>
+#include <common/compat/fcntl.hpp>
+#include <common/macros.hpp>
 #include <unistd.h>
 
 #ifdef __linux__
This page took 0.023701 seconds and 4 git commands to generate.