From f0e35906a0376e3dd659b58c0cb858f93fd58765 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Tue, 12 Mar 2019 17:32:25 +0000 Subject: fix a warn on Linux fixed with the first line of libirc.c --- libirc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libirc.c b/libirc.c index b5a84a7..f98ce9a 100644 --- a/libirc.c +++ b/libirc.c @@ -1,5 +1,6 @@ -#include +#define _GNU_SOURCE //I want memmem out of string.h #include +#include #include #include #include -- cgit v1.2.3