1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 01:02:20 -05:00

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

View File

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