Index: /trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h
===================================================================
--- /trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h	(revision 53995)
+++ /trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h	(revision 53996)
@@ -30,5 +30,7 @@
 # include <sys/types.h>
 # include <limits.h>        /* Workaround for syslimit.h bug in gcc 4.8.3 on gentoo. */
-# include <syslimits.h>     /* PATH_MAX */
+# ifndef RT_OS_SOLARIS
+#  include <syslimits.h>    /* PATH_MAX */
+# endif
 # include <libgen.h>        /* basename */
 # include <unistd.h>
