Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / bio / bss_log.c
index b89e6e09e1a1cfdd7f4f8880fa9cb12d4edf7654..c4e991bccae6fc52b76572ccf4567bd1db7f6be0 100644 (file)
 #include <errno.h>
 
 #ifndef WIN32
+#ifdef __ultrix
+#include <sys/sylog.h>
+#else
 #include <syslog.h>
 #endif
+#endif
 
 #include "cryptlib.h"
-#include "buffer.h"
-#include "err.h"
+#include <openssl/buffer.h>
+#include <openssl/err.h>
 #ifndef NO_SYSLOG