mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Fix missing memset/memzero on Illumos
Tested w/ GCC 9 under OpenIndiana 2020.
This commit is contained in:
parent
070e6e41ca
commit
d95e99f2d4
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include "fd_monitor.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "flog.h"
|
||||
#include "io.h"
|
||||
#include "iothread.h"
|
||||
|
|
Loading…
Reference in a new issue