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