From bd470ba47e6a99c4667ac8e5e2435d0d33868e2f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 11 Jun 1999 15:01:29 +0000 Subject: Hi, please apply the included patch. It corrects the headers in src/win32 - there are some missing #endif. Dan --- src/win32/endian.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/win32/endian.h') diff --git a/src/win32/endian.h b/src/win32/endian.h index b8a646ab9fa..534933f01c8 100644 --- a/src/win32/endian.h +++ b/src/win32/endian.h @@ -4,3 +4,5 @@ /* JKR added file, all hacks will be in the files added, not in EGCS */ #include + +#endif /* _ENDIAN_H_ */ -- cgit v1.2.3