git: sys/vfs/hammer: Add missing header include

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Mon Feb 23 05:12:04 PST 2015


commit 71747c5e50e1b2ae34dfe1743d5fcb76905671c6
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Mon Feb 23 21:21:20 2015 +0900

    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)

Summary of changes:
 sys/vfs/hammer/hammer_ioctl.h | 1 +
 1 file changed, 1 insertion(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/71747c5e50e1b2ae34dfe1743d5fcb76905671c6


-- 
DragonFly BSD source repository



More information about the Commits mailing list