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
1 changed files with 1 additions and 0 deletions

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