From 9bc63f42d03ef071132142c2462b03b992b95f3b Mon Sep 17 00:00:00 2001 From: Piotr Pawlow Date: Thu, 13 Mar 2014 21:52:10 +0100 Subject: - make OSS backend optional --- src/lingot-core.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lingot-core.c') diff --git a/src/lingot-core.c b/src/lingot-core.c index 0d5c31f..d5883c4 100644 --- a/src/lingot-core.c +++ b/src/lingot-core.c @@ -22,7 +22,9 @@ #include #include +#ifdef OSS #include +#endif #include #include #include -- cgit v1.2.3