X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fcompat%2Fcompat-fcntl.c;h=fc6b2d5ca2e40a09c0b9e6eda6057b89e65a6557;hb=ab7ef45c32d83e8b3957f37697fd79dfa88f7f28;hp=c6c6b4e994962d84c353eaad21bb2013dfca9b4d;hpb=b9721d58e11da324367614bcffed97a190f951f8;p=lttng-tools.git diff --git a/src/common/compat/compat-fcntl.c b/src/common/compat/compat-fcntl.c index c6c6b4e99..fc6b2d5ca 100644 --- a/src/common/compat/compat-fcntl.c +++ b/src/common/compat/compat-fcntl.c @@ -17,10 +17,12 @@ #define _LGPL_SOURCE #include +#include #include #ifdef __linux__ +LTTNG_HIDDEN int compat_sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags) {