Fix missing memset/memzero on Illumos

Tested w/ GCC 9 under OpenIndiana 2020.
This commit is contained in:
Mahmoud Al-Qudsi 2021-02-22 20:58:42 -06:00
parent 070e6e41ca
commit d95e99f2d4

View file

@ -3,6 +3,8 @@
#include "fd_monitor.h"
#include <cstring>
#include "flog.h"
#include "io.h"
#include "iothread.h"