mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-24 03:54:08 +08:00
Fix missing memset/memzero on Illumos
Tested w/ GCC 9 under OpenIndiana 2020.
This commit is contained in:
parent
070e6e41ca
commit
d95e99f2d4
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
#include "fd_monitor.h"
|
#include "fd_monitor.h"
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#include "flog.h"
|
#include "flog.h"
|
||||||
#include "io.h"
|
#include "io.h"
|
||||||
#include "iothread.h"
|
#include "iothread.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user