Rename C++ header files to .hpp
[lttng-tools.git] / src / common / compat / compat-fcntl.cpp
index bc014d6404df4f1a78f71a0783d4b4ab6b47656a..13ba512b8884699d325d90aad36e22e1d9c41c70 100644 (file)
@@ -1,13 +1,13 @@
 /*
  * Copyright (C) 2011 David Goulet <dgoulet@efficios.com>
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
 #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.025201 seconds and 4 git commands to generate.