From 16fe288a9f4fa1de5f0e91203f878af1c4609a1a Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 11 Oct 2022 09:06:28 -0700 Subject: [PATCH] cosmo: distribute missing headers --- cosmo/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cosmo/Dockerfile b/cosmo/Dockerfile index 2a07608..7c60754 100644 --- a/cosmo/Dockerfile +++ b/cosmo/Dockerfile @@ -102,8 +102,9 @@ RUN : \ && ./expand tar zcf dist/headers.tar.gz -T headers.txt \ ape/config.h libc/integral T//gdtoa/gdtoa.h \ T//getopt/getopt.h T//linenoise/linenoise.h T//musl/crypt.h \ - T//musl/fnmatch.h T//musl/passwd.h T//regex/regex.h \ - T//zlib/zconf.h T//zlib/zlib.h \ + T//musl/fnmatch.h T//musl/passwd.h T//musl/rand48.h \ + T//musl/tempnam.h T//regex/regex.h T//zlib/zconf.h \ + T//zlib/zlib.h \ ; # install the rest