1
0
mirror of https://gitlab.com/klmp200/fish.git synced 2024-11-14 04:43:20 +00:00

Ajout d'une libraire manquante pour waitpid

This commit is contained in:
Antoine Bartuccio 2017-05-14 23:15:12 +02:00
parent 2a411797e8
commit df2524f1fc

View File

@ -5,6 +5,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/wait.h>
#include "fish_core.h"
#define FISH_BUFFER_SIZE 1024