diff options
author | Ian Moffett <ian@osmora.org> | 2024-04-25 10:16:09 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-04-25 10:16:09 -0400 |
commit | c68c19a27fff9c022a17ea061134230f76307f4e (patch) | |
tree | 01b246984ea1754da8d6f792464a827001cb952e /builddeps | |
parent | 7598b2b65beab04599448d4414c008a498cdc1c3 (diff) |
build: sysexports: Export termios.h
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'builddeps')
-rw-r--r-- | builddeps/sysexports | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builddeps/sysexports b/builddeps/sysexports index 4c0f0e1..626cc6c 100644 --- a/builddeps/sysexports +++ b/builddeps/sysexports @@ -6,5 +6,6 @@ sys_headers=$(cat <<END errno.h queue.h signal.h + termios.h END ) |