martin 98/03/06 05:16:19
Modified: src/os/unix os.h
Log:
This is disgusting - we must change the include order as soon as possible
Revision Changes Path
1.12 +1 -1 apache-1.3/src/os/unix/os.h
Index: os.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/os/unix/os.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -u -r1.11 -r1.12
--- os.h 1998/03/05 19:40:36 1.11
+++ os.h 1998/03/06 13:16:18 1.12
@@ -88,7 +88,7 @@
*/
#if defined(LINUX) || defined(__FreeBSD__) || defined(SOLARIS2) || \
- defined(__bsdi__) || defined(IRIX)
+ defined(__bsdi__) || defined(IRIX) || defined(SNI)
# define HAVE_DLFCN_H 1
#endif