6823baa8eb
- use MAKE_FLAGS - quiet two warnings - bring in the header sys/types.h for the definition of BYTE_ORDER
11 lines
178 B
Plaintext
11 lines
178 B
Plaintext
--- os.h.orig Mon Feb 14 17:05:29 2000
|
|
+++ os.h Mon Feb 14 17:05:07 2000
|
|
@@ -18,6 +18,7 @@
|
|
#endif
|
|
|
|
#if defined(UNIX)
|
|
+ #include <sys/types.h>
|
|
#define DIRSEP '/'
|
|
#endif
|
|
|