diff options
Diffstat (limited to 'lib/ext2fs/crc32c.c')
-rw-r--r-- | lib/ext2fs/crc32c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ext2fs/crc32c.c b/lib/ext2fs/crc32c.c index 0ad19b62..c9b610bf 100644 --- a/lib/ext2fs/crc32c.c +++ b/lib/ext2fs/crc32c.c @@ -28,6 +28,7 @@ * This source code is licensed under the GNU General Public License, * Version 2. See the file COPYING for more details. */ +#include "config.h" #include <stdint.h> #include <endian.h> #include <stdlib.h> |