diff -cb ../../../libhelp-1.8.1/libhtmlw/HTML-PSformat.c libhtmlw/HTML-PSformat.c *** ../../../libhelp-1.8.1/libhtmlw/HTML-PSformat.c Mon Dec 26 12:15:57 1994 --- libhtmlw/HTML-PSformat.c Sun May 30 18:26:14 1999 *************** *** 47,57 **** #include #include #include ! #include #include "HTMLP.h" /* Fix thanks to robm. */ ! #ifdef __alpha #include #endif --- 47,61 ---- #include #include #include ! #ifdef __FreeBSD__ ! # include ! #else ! # include ! #endif #include "HTMLP.h" /* Fix thanks to robm. */ ! #if defined(__alpha) && !defined(__FreeBSD__) #include #endif *************** *** 1507,1510 **** return( PS_string); } - --- 1511,1513 ----