Changeset 53996 in vbox for trunk/src/VBox/ExtPacks
- Timestamp:
- Jan 27, 2015 11:59:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h
r53991 r53996 30 30 # include <sys/types.h> 31 31 # include <limits.h> /* Workaround for syslimit.h bug in gcc 4.8.3 on gentoo. */ 32 # include <syslimits.h> /* PATH_MAX */ 32 # ifndef RT_OS_SOLARIS 33 # include <syslimits.h> /* PATH_MAX */ 34 # endif 33 35 # include <libgen.h> /* basename */ 34 36 # include <unistd.h>
Note:
See TracChangeset
for help on using the changeset viewer.