]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
Makefile: install cgit.{css,png} in CGIT_DATA_PATH
[ps-cgit] / ui-repolist.c
index c23232c36ac1a02194ac8b3c0c833d9e0bc18725..2324273f8df7cc0a81ee787dd707b3047a4a350a 100644 (file)
@@ -6,6 +6,10 @@
  *   (see COPYING for full license text)
  */
 
+/* This is needed for strcasestr to be defined by <string.h> */
+#define _GNU_SOURCE 1
+#include <string.h>
+
 #include <time.h>
 
 #include "cgit.h"