Relicence all source and header files included in LGPL code
[lttng-tools.git] / src / common / compat / fcntl.h
index ef97bf9da3ffc54c7560eacf688c0cc92e450f89..5e566e500ffc76967230312d297aed927b3ed14e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2011 David Goulet <dgoulet@efficios.com>
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
@@ -9,9 +9,10 @@
 #define _COMPAT_FCNTL_H
 
 #include <fcntl.h>
-#include <errno.h>
 #include <sys/types.h>
 
+#include <common/compat/errno.h>
+
 #if (defined(__CYGWIN__))
 typedef long long off64_t;
 #endif
This page took 0.024663 seconds and 4 git commands to generate.