From 5f8c4ff1733218e47a4353cf14ecb57a99861692 Mon Sep 17 00:00:00 2001 From: Allan Blanchard <allan.blanchard@cea.fr> Date: Fri, 11 Mar 2022 13:55:22 +0100 Subject: [PATCH] [share] fix missing libc file --- share/dune | 1 + 1 file changed, 1 insertion(+) diff --git a/share/dune b/share/dune index c19ef2e4f25..64fd7596574 100644 --- a/share/dune +++ b/share/dune @@ -162,6 +162,7 @@ (libc/nl_types.h as libc/nl_types.h) (libc/poll.h as libc/poll.h) (libc/pthread.h as libc/pthread.h) +(libc/pwd.c as libc/pwd.c) (libc/pwd.h as libc/pwd.h) (libc/regex.h as libc/regex.h) (libc/resolv.h as libc/resolv.h) -- GitLab