From: Mathieu Desnoyers Date: Thu, 24 Jan 2013 23:34:44 +0000 (-0500) Subject: Fix: add missing unistd.h for fdatasync in compat-fcntl.c X-Git-Tag: v2.2.0-rc1~81 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=efc18125536a8a4679d78fe90883414f8e34a8f2 Fix: add missing unistd.h for fdatasync in compat-fcntl.c Signed-off-by: Mathieu Desnoyers Signed-off-by: David Goulet --- diff --git a/src/common/compat/compat-fcntl.c b/src/common/compat/compat-fcntl.c index 7ff63a3a1..b462fd76c 100644 --- a/src/common/compat/compat-fcntl.c +++ b/src/common/compat/compat-fcntl.c @@ -17,6 +17,7 @@ #define _GNU_SOURCE #include +#include #ifdef __linux__