From: Jens Axboe Date: Fri, 8 Jun 2007 07:40:24 +0000 (+0200) Subject: vmsplice examples: need fcntl.h include X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=0a6ff83b566ae62699794fff23c739531a98b71e;p=splice.git vmsplice examples: need fcntl.h include Signed-off-by: Jens Axboe --- diff --git a/vmsplice-touser.c b/vmsplice-touser.c index 1536904..7cbc1a0 100644 --- a/vmsplice-touser.c +++ b/vmsplice-touser.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include diff --git a/vmsplice.c b/vmsplice.c index 03e2592..73871eb 100644 --- a/vmsplice.c +++ b/vmsplice.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include