sys/vfs/hammer: Add missing header include
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 23 Feb 2015 12:21:20 +0000 (21:21 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 23 Feb 2015 12:47:24 +0000 (21:47 +0900)
commit71747c5e50e1b2ae34dfe1743d5fcb76905671c6
tree5278cbe20f63458da0af90a030e2c36131197ba8
parentcf620e4b65d7e8812cf4cc781f61c1c56f979409
sys/vfs/hammer: Add missing header include

- #include <sys/param.h> to avoid following error. This happens when
  hammer_ioctl.h is included without including other hammer headers.

  /usr/include/vfs/hammer/hammer_ioctl.h:351:21: error: 'MAXPATHLEN'
  undeclared here (not in a function)
sys/vfs/hammer/hammer_ioctl.h