1
0
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:
Daniel Veillard
2001-10-19 14:47:24 +00:00
parent 9bfb7953c1
commit ae93ba0741
10 changed files with 54 additions and 6 deletions

View File

@@ -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>