diff options
| -rw-r--r-- | tools/tools/crypto/ubsecstats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/crypto/ubsecstats.c b/tools/tools/crypto/ubsecstats.c index 449238b99074..762f687b8cb5 100644 --- a/tools/tools/crypto/ubsecstats.c +++ b/tools/tools/crypto/ubsecstats.c @@ -27,7 +27,7 @@ */ #include <stdio.h> #include <sys/types.h> -#include "/sys/dev/ubsec/ubsecvar.h" +#include "../../../sys/dev/ubsec/ubsecvar.h" /* * Little program to dump the statistics block for the ubsec driver. |
