Hello, it seems that debug.h was renamed to debugtools.h . Change the documentation to reflect this. Changelog: Michael Stefaniuc <mstefani@redhat.com> rename debug.h to debugtools.h in documentation/debugging.sgml -- Michael Stefaniuc Tel.: +49-711-96437-199 System Administration Fax.: +49-711-96437-111 Red Hat GmbH Email: mstefani@redhat.de Hauptstaetterstr. 58 http://www.redhat.de/ D-70178 Stuttgart
Index: debugging.sgml =================================================================== RCS file: /home/wine/wine/documentation/debugging.sgml,v retrieving revision 1.3 diff -u -r1.3 debugging.sgml --- debugging.sgml 2001/05/02 01:10:16 1.3 +++ debugging.sgml 2001/11/26 01:52:53 @@ -209,7 +209,7 @@ channel <literal>xxx</literal>, do: </para> <programlisting> -#include "debug.h" +#include "debugtools.h" .... @@ -219,7 +219,7 @@ Some examples from the code: </para> <programlisting> -#include "debug.h" +#include "debugtools.h" ... @@ -500,7 +500,7 @@ Thus, to use it, do something on the following lines: </para> <programlisting> -#include "debug.h" +#include "debugtools.h" ...