diff options
author | Samuel Lidén Borell <samuel@kodafritt.se> | 2014-06-02 18:34:30 +0000 |
---|---|---|
committer | Berke Viktor <github.bviktor@outlook.com> | 2014-06-02 23:51:04 +0200 |
commit | 33b01b720c2849a3427c053e8d2f33ea858d622b (patch) | |
tree | 8835e31f976aa0984c013f957d14f2b806254a7d | |
parent | d190773d09f19d60aaa0c61fa59b72b300c2ca8e (diff) |
Add missing include in the test program
-rw-r--r-- | plugins/fishlim/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <glib.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> #include "fish.h" |