From 93f60a937e7f80cb6cd323445407cbc95ef774bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Fri, 20 Aug 2010 18:28:25 +0300 Subject: squark: add missing #include and define _GNU_SOURCE --- squarkdb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'squarkdb.c') diff --git a/squarkdb.c b/squarkdb.c index f289b28..0d661c9 100644 --- a/squarkdb.c +++ b/squarkdb.c @@ -2,6 +2,7 @@ #include #include #include +#include #include "squarkdb.h" -- cgit v1.2.3