Index: sc/source/filter/ftools/ftools.cxx =================================================================== --- sc/source/filter/ftools/ftools.cxx (revision 269360) +++ sc/source/filter/ftools/ftools.cxx (working copy) @@ -45,6 +45,8 @@ #include "stlsheet.hxx" #include "compiler.hxx" +#include + // ============================================================================ // ScFilterTools::ReadLongDouble() Index: sw/source/core/doc/docbm.cxx =================================================================== --- sw/source/core/doc/docbm.cxx (revision 269360) +++ sw/source/core/doc/docbm.cxx (working copy) @@ -63,6 +63,7 @@ // --> OD 2007-10-23 #i81002# #include // <-- +#include SV_IMPL_OP_PTRARR_SORT(SwBookmarks, SwBookmarkPtr) Index: soltools/mkdepend/def.h =================================================================== --- soltools/mkdepend/def.h (revision 269360) +++ soltools/mkdepend/def.h (working copy) @@ -154,7 +154,7 @@ char *copy(); char *base_name(); -char *getline(); +char *get_line(); char *isdefined(); struct filepointer *getfile(); struct inclist *newinclude(); Index: soltools/mkdepend/main.c =================================================================== --- soltools/mkdepend/main.c (revision 269360) +++ soltools/mkdepend/main.c (working copy) @@ -548,7 +548,7 @@ * Get the next line. We only return lines beginning with '#' since that * is all this program is ever interested in. */ -char *getline(filep) +char *get_line(filep) register struct filepointer *filep; { register char *p, /* walking pointer */ Index: soltools/mkdepend/parse.c =================================================================== --- soltools/mkdepend/parse.c (revision 269360) +++ soltools/mkdepend/parse.c (working copy) @@ -45,7 +45,7 @@ register int type; boolean recfailOK; - while ((line = getline(filep))) { + while ((line = get_line(filep))) { switch(type = deftype(line, filep, file_red, file, TRUE, symbols)) { case IF: doif: @@ -168,7 +168,7 @@ register char *line; register int type; - while ((line = getline(filep))) { + while ((line = get_line(filep))) { switch(type = deftype(line, filep, file_red, file, FALSE, symbols)) { case IF: case IFFALSE: Index: padmin/prj/build.lst =================================================================== --- padmin/prj/build.lst (revision 269360) +++ padmin/prj/build.lst (working copy) @@ -1,3 +1,3 @@ -pd padmin : psprint vcl svtools NULL +pd padmin : vcl svtools NULL pd padmin usr1 - all pd_mkout NULL pd padmin\source nmake - all pd_source NULL