diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2003-03-11 18:49:50 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2003-03-11 18:49:50 +0000 |
| commit | a0e32c7bc6a0ca60b30a4b643ef6787e092bd4da (patch) | |
| tree | adf9f741fcb8350664d8e497d9e981963132d83e /tools | |
| parent | 3ff737f4dc4cdf8a799f6157bd13f7f0873d09d6 (diff) | |
Notes
Diffstat (limited to 'tools')
| -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. |
