Add missing include in the test program

This commit is contained in:
Samuel Lidén Borell 2014-06-02 18:34:30 +00:00 committed by Berke Viktor
parent d190773d09
commit 33b01b720c
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <glib.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "fish.h"