X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/8813170390f3c3a0f4743afbc92ede42953fa3b0..9c8be943f72b6f1bda5a31ce401899c3dd734e98:/ui-repolist.c diff --git a/ui-repolist.c b/ui-repolist.c index aa743bf..87196f0 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -6,6 +6,10 @@ * (see COPYING for full license text) */ +/* This is needed for strcasestr to be defined by */ +#define _GNU_SOURCE 1 +#include + #include #include "cgit.h"