summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/bge/bge_recv2.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/io/bge/bge_recv2.c')
-rw-r--r--usr/src/uts/common/io/bge/bge_recv2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/bge/bge_recv2.c b/usr/src/uts/common/io/bge/bge_recv2.c
index 0aa7074c9f..8126e05b9a 100644
--- a/usr/src/uts/common/io/bge/bge_recv2.c
+++ b/usr/src/uts/common/io/bge/bge_recv2.c
@@ -26,7 +26,7 @@
#pragma ident "%Z%%M% %I% %E% SMI"
-#include "sys/bge_impl2.h"
+#include "bge_impl.h"
#define U32TOPTR(x) ((void *)(uintptr_t)(uint32_t)(x))
#define PTRTOU32(x) ((uint32_t)(uintptr_t)(void *)(x))