--- endian.h.old Tue Jun 01 13:51:16 1999 +++ src/win32/endian.h Fri Jun 11 15:43:10 1999 @@ -4,3 +4,5 @@ /* JKR added file, all hacks will be in the files added, not in EGCS */ #include + +#endif /* _ENDIAN_H_ */ --- un.h.old Tue Jun 01 13:51:16 1999 +++ src/win32/un.h Fri Jun 11 15:43:47 1999 @@ -8,3 +8,5 @@ short sun_family; /* AF_UNIX */ char sun_path[108]; /* path name (gag) */ }; + +#endif /* _SYS_UN_H */