From: Tomohiro Kusumi Date: Mon, 23 Feb 2015 12:21:20 +0000 (+0900) Subject: sys/vfs/hammer: Add missing header include X-Git-Tag: v4.2.0rc~754 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/71747c5e50e1b2ae34dfe1743d5fcb76905671c6 sys/vfs/hammer: Add missing header include - #include 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) --- diff --git a/sys/vfs/hammer/hammer_ioctl.h b/sys/vfs/hammer/hammer_ioctl.h index 0196a96d7a..1f2447fbe9 100644 --- a/sys/vfs/hammer/hammer_ioctl.h +++ b/sys/vfs/hammer/hammer_ioctl.h @@ -42,6 +42,7 @@ #include #include +#include #include "hammer_disk.h" /*