diff options
author | Ian Moffett <ian@osmora.org> | 2024-05-19 19:08:13 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-05-19 19:14:13 -0400 |
commit | ddfedec2f91aa67cfc060ab35398e08ec1b1e37d (patch) | |
tree | 3144aa55ac559d341b42ac14c5c7d2429724ec8d /builddeps | |
parent | 549c7d116fe06cad3a39b38d187daf87ddd22ac7 (diff) |
build: Export sys/tty.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 626cc6c..7069c57 100644 --- a/builddeps/sysexports +++ b/builddeps/sysexports @@ -7,5 +7,6 @@ sys_headers=$(cat <<END queue.h signal.h termios.h + tty.h END ) |