mirror of
https://gitlab.com/klmp200/fish.git
synced 2024-11-14 12:53:20 +00:00
Ajout d'une libraire manquante pour waitpid
This commit is contained in:
parent
2a411797e8
commit
df2524f1fc
@ -5,6 +5,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <sys/wait.h>
|
||||||
#include "fish_core.h"
|
#include "fish_core.h"
|
||||||
|
|
||||||
#define FISH_BUFFER_SIZE 1024
|
#define FISH_BUFFER_SIZE 1024
|
||||||
|
Loading…
Reference in New Issue
Block a user