15484 bitext should include types.h, not debug.h
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Bill Sommerfeld <sommerfeld@alum.mit.edu>
Approved by: Patrick Mooney <pmooney@pfmooney.com>
diff --git a/usr/src/uts/common/sys/bitext.h b/usr/src/uts/common/sys/bitext.h
index d54d765..9baa6b5 100644
--- a/usr/src/uts/common/sys/bitext.h
+++ b/usr/src/uts/common/sys/bitext.h
@@ -16,7 +16,7 @@
 #ifndef _SYS_BITEXT_H
 #define	_SYS_BITEXT_H
 
-#include <sys/debug.h>
+#include <sys/types.h>
 
 #ifdef __cplusplus
 extern "C" {