mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
removed a couple of warning try to solve the linking problem on platforms
* catalog.c xmlcatalog.c: removed a couple of warning * xpath.c: try to solve the linking problem on platforms needing trio to compile Daniel
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* catalog.c xmlcatalog.c: removed a couple of warning
|
||||
* xpath.c: try to solve the linking problem on platforms
|
||||
needing trio to compile
|
||||
|
||||
Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
PISSED !!! DO NOT COMMIT DIRECTLY IF NOT ALLOWED PERSONALLY
|
||||
* Makefile.am libxml.spec.in: backing up non-documented changes
|
||||
commited without review or aproval by Jens Finke <jens@gnome.org>
|
||||
* HACKING: made 100% clear that no commit should be done directly
|
||||
|
@ -27,6 +27,9 @@
|
||||
#ifdef HAVE_FCNTL_H
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include <libxml/xmlmemory.h>
|
||||
#include <libxml/hash.h>
|
||||
|
@ -12,6 +12,10 @@
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBREADLINE
|
||||
#include <readline/readline.h>
|
||||
#ifdef HAVE_LIBHISTORY
|
||||
|
Reference in New Issue
Block a user