From 94f7ce7624c22ce735c7b0f9a7079f41ac248af5 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 28 Oct 1998 17:51:49 +0000 Subject: Quick fixes to fix the broken tree. Needed for my morning compiles. Chris - feel free to fix these things differently if these fixes don't work for you. Jeremy. (This used to be commit 1f225abfbe6b021b589711c2e4c599a63050c5b2) --- source3/lib/debugparse.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/debugparse.c b/source3/lib/debugparse.c index b0f4e487ab..7b42ba9563 100644 --- a/source3/lib/debugparse.c +++ b/source3/lib/debugparse.c @@ -29,6 +29,12 @@ * -------------------------------------------------------------------------- ** * * $Log: debugparse.c,v $ + * Revision 1.2 1998/10/28 17:51:49 jra + * Quick fixes to fix the broken tree. Needed for my morning compiles. + * Chris - feel free to fix these things differently if these fixes don't + * work for you. + * Jeremy. + * * Revision 1.1 1998/10/26 23:21:37 crh * Here is the simple debug parser and the debug2html converter. Still to do: * @@ -44,7 +50,7 @@ * ========================================================================== ** */ -#include "debugparse.h" +#include "includes.h" /* -------------------------------------------------------------------------- ** * Constants... @@ -312,7 +318,7 @@ void dbg_test( void ) * This simple main line can be uncommented and used to test the parser. */ /* -int main( void ) + int main( int argc, char **argv) { dbg_test(); return( 0 ); -- cgit