From df2524f1fc6c7298811e0178f321fb1f9fa09a4a Mon Sep 17 00:00:00 2001 From: klmp200 Date: Sun, 14 May 2017 23:15:12 +0200 Subject: [PATCH] Ajout d'une libraire manquante pour waitpid --- fish_shell/fish_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fish_shell/fish_core.c b/fish_shell/fish_core.c index 66b9834..5aa9ed2 100644 --- a/fish_shell/fish_core.c +++ b/fish_shell/fish_core.c @@ -5,6 +5,7 @@ #include #include #include +#include #include "fish_core.h" #define FISH_BUFFER_SIZE 1024