diff options
author | Bruce Momjian | 1999-01-17 06:27:05 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-01-17 06:27:05 +0000 |
commit | bce901af7db4430b9e216c39c8144376c1a31ab4 (patch) | |
tree | c9fa958b4c020c7d5d466409856b9b3665d3fca6 /src/win32/endian.h | |
parent | 7a6b562fdf60f1d1ebe9e2bc154d0ffd56dab2d1 (diff) |
Win32 new files.
Diffstat (limited to 'src/win32/endian.h')
-rw-r--r-- | src/win32/endian.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/win32/endian.h b/src/win32/endian.h new file mode 100644 index 0000000000..6ba49cd2f2 --- /dev/null +++ b/src/win32/endian.h @@ -0,0 +1,8 @@ +#ifndef _ENDIAN_H_ +#define _ENDIAN_H_ + +/* JKR added file, all hacks will be in the files added, not in EGCS */ + +#include <sys/param.h> + +#endif
\ No newline at end of file |