Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jun 2021 09:43:29 GMT
From:      Mariusz Zaborski <oshogbo@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: b4fe6fbab236 - stable/11 - libcasper: add missing unistd.h
Message-ID:  <202106180943.15I9hTd4010424@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/11 has been updated by oshogbo:

URL: https://cgit.FreeBSD.org/src/commit/?id=b4fe6fbab236a0fd37ebafb4d3bb15856f99596c

commit b4fe6fbab236a0fd37ebafb4d3bb15856f99596c
Author:     Mariusz Zaborski <oshogbo@FreeBSD.org>
AuthorDate: 2021-06-18 09:41:40 +0000
Commit:     Mariusz Zaborski <oshogbo@FreeBSD.org>
CommitDate: 2021-06-18 09:43:19 +0000

    libcasper: add missing unistd.h
    
    Reported by:    Arrigo Marchiori <ardovm (at) yahoo.it>
---
 lib/libcasper/libcasper/libcasper_impl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/libcasper/libcasper/libcasper_impl.c b/lib/libcasper/libcasper/libcasper_impl.c
index f58bd44d2039..8d1ebd8dd074 100644
--- a/lib/libcasper/libcasper/libcasper_impl.c
+++ b/lib/libcasper/libcasper/libcasper_impl.c
@@ -35,6 +35,7 @@
 #include <fcntl.h>
 #include <paths.h>
 #include <stdlib.h>
+#include <unistd.h>
 
 #include "libcasper_impl.h"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106180943.15I9hTd4010424>