From ee43797ac94c3fe6ef0900bda62d5dfbabbd5cab Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 7 Jun 2017 20:13:54 +0200 Subject: [PATCH] =?UTF-8?q?Avoid=20implicit=20declaration=20of=20function?= =?UTF-8?q?=20=E2=80=98syscall=E2=80=99=20with=20-std=3Dc89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- expat/lib/xmlparse.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c index 081c7863..3eea5bc4 100644 --- a/expat/lib/xmlparse.c +++ b/expat/lib/xmlparse.c @@ -2,6 +2,8 @@ See the file COPYING for copying permission. */ +#define _GNU_SOURCE /* syscall prototype */ + #include #include /* memset(), memcpy() */ #include