mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-08 21:42:07 +03:00
moved the config.h include out of exsltconfig.h since this header is
* libexslt/*.c libexslt/exsltconfig.h.in: moved the config.h include out of exsltconfig.h since this header is exported and config.h is not. Daniel
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#include "libxslt/libxslt.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#include <win32config.h>
|
||||
#else
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <libxml/tree.h>
|
||||
|
Reference in New Issue
Block a user