diff options
author | maxim <maxim@FreeBSD.org> | 2005-11-06 15:40:59 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2005-11-06 15:40:59 +0000 |
commit | bf0e2510aa592d22cd3b87eefd70975e070b8495 (patch) | |
tree | a96260566e85fe53a1f67f9eedc7f8a7431c9f76 /tools | |
parent | bd1f22832d9f9ade6ce8e6c9251638bc60f00276 (diff) | |
download | FreeBSD-src-bf0e2510aa592d22cd3b87eefd70975e070b8495.zip FreeBSD-src-bf0e2510aa592d22cd3b87eefd70975e070b8495.tar.gz |
Fix include: aac_ioctl.h was moved from sys/dev/aac/ to sys/sys.
PR: misc/88549
Submitted by: Sokolov Alexey
MFC after: 1 week
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/aac/aac_checkq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/aac/aac_checkq.c b/tools/tools/aac/aac_checkq.c index 9fb79be..c5aad12 100644 --- a/tools/tools/aac/aac_checkq.c +++ b/tools/tools/aac/aac_checkq.c @@ -28,7 +28,7 @@ #include <sys/types.h> #include <sys/fcntl.h> #include <sys/ioctl.h> -#include "/sys/dev/aac/aac_ioctl.h" +#include <sys/aac_ioctl.h> __FBSDID("$FreeBSD$"); |