mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-02 05:58:28 +08:00
Include string.h where we use memset
This is needed on Solaris/Illumos/OpenIndiana/SunOS. Presumably it's harmless elsewhere.
This commit is contained in:
parent
02ca7be416
commit
7508865374
|
@ -4,6 +4,7 @@
|
|||
#include <errno.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <wchar.h>
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <pthread.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Reference in New Issue
Block a user