X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Fcompat%2Ffcntl.h;h=5e566e500ffc76967230312d297aed927b3ed14e;hb=395004a13b038fde13364a662d735d16937ea2d1;hp=ef97bf9da3ffc54c7560eacf688c0cc92e450f89;hpb=3306f57f46985487bce75e5e5200ee6d0620ffd2;p=lttng-tools.git diff --git a/src/common/compat/fcntl.h b/src/common/compat/fcntl.h index ef97bf9da..5e566e500 100644 --- a/src/common/compat/fcntl.h +++ b/src/common/compat/fcntl.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2011 David Goulet * - * SPDX-License-Identifier: GPL-2.0-only + * SPDX-License-Identifier: LGPL-2.1-only * */ @@ -9,9 +9,10 @@ #define _COMPAT_FCNTL_H #include -#include #include +#include + #if (defined(__CYGWIN__)) typedef long long off64_t; #endif