From 33b01b720c2849a3427c053e8d2f33ea858d622b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Lid=C3=A9n=20Borell?= Date: Mon, 2 Jun 2014 18:34:30 +0000 Subject: [PATCH] Add missing include in the test program --- plugins/fishlim/test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/fishlim/test.c b/plugins/fishlim/test.c index 9158d01c..e0abce1d 100644 --- a/plugins/fishlim/test.c +++ b/plugins/fishlim/test.c @@ -24,6 +24,7 @@ #include #include +#include #include #include "fish.h"