X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fntfs-capture.c;h=892b52411df1e8bf403445af9f69a290b6e7225b;hp=1fe9ee1370ae7fedca2b6a53efb981efa19d4aae;hb=60b8f54df8fed44136bdc8ec615ee62703d87b69;hpb=bf9f9a8533a6f216068bdf61cafb1681ed1b7e1c diff --git a/src/ntfs-capture.c b/src/ntfs-capture.c index 1fe9ee13..892b5241 100644 --- a/src/ntfs-capture.c +++ b/src/ntfs-capture.c @@ -11,16 +11,16 @@ * This file is part of wimlib, a library for working with WIM files. * * wimlib is free software; you can redistribute it and/or modify it under the - * terms of the GNU Lesser General Public License as published by the Free - * Software Foundation; either version 2.1 of the License, or (at your option) + * terms of the GNU General Public License as published by the Free + * Software Foundation; either version 3 of the License, or (at your option) * any later version. * * wimlib is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more + * A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * - * You should have received a copy of the GNU Lesser General Public License + * You should have received a copy of the GNU General Public License * along with wimlib; if not, see http://www.gnu.org/licenses/. */ @@ -41,6 +41,7 @@ #include #include #include +#include extern int ntfs_inode_get_security(ntfs_inode *ni, u32 selection, char *buf, u32 buflen, u32 *psize);