diff options
Diffstat (limited to 'io/meson.build')
| -rw-r--r-- | io/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/meson.build b/io/meson.build index bbcd3c53a4..283b9b2bdb 100644 --- a/io/meson.build +++ b/io/meson.build @@ -3,6 +3,7 @@ io_ss.add(files( 'channel-buffer.c', 'channel-command.c', 'channel-file.c', + 'channel-null.c', 'channel-socket.c', 'channel-tls.c', 'channel-util.c', |