From 0a6ff83b566ae62699794fff23c739531a98b71e Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 8 Jun 2007 09:40:24 +0200 Subject: [PATCH] vmsplice examples: need fcntl.h include Signed-off-by: Jens Axboe --- vmsplice-touser.c | 1 + vmsplice.c | 1 + 2 files changed, 2 insertions(+) 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 -- 2.25.1