diff include/sys/debug.h @ 18843:2f1019fa0103

loader: add skein/edonr support illumos issue #8905
author Toomas Soome <tsoome@me.com>
date Mon, 04 Dec 2017 12:26:50 +0200
parents bcb0cd85d1f0
children
line wrap: on
line diff
--- a/include/sys/debug.h	Wed Jun 01 18:53:15 2016 +0300
+++ b/include/sys/debug.h	Mon Dec 04 12:26:50 2017 +0200
@@ -36,7 +36,9 @@
 #ifndef _SYS_DEBUG_H
 #define	_SYS_DEBUG_H
 
+#if !defined(_STANDALONE)
 #include <sys/isa_defs.h>
+#endif
 #include <sys/types.h>
 #include <sys/note.h>