great include fix

This commit is contained in:
leitner
2025-01-20 18:39:18 +00:00
parent 639f9f534f
commit def61cd5ce
51 changed files with 277 additions and 138 deletions

View File

@@ -6,17 +6,16 @@
* when decoding a part with broken crc. */
#include <unistd.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <errno.h>
#include "libowfat/textcode.h"
#include "libowfat/str.h"
#include "libowfat/buffer.h"
#include "libowfat/open.h"
#include "libowfat/stralloc.h"
#include "libowfat/scan.h"
#include "libowfat/case.h"
#include <libowfat/textcode.h>
#include <libowfat/str.h>
#include <libowfat/buffer.h>
#include <libowfat/open.h>
#include <libowfat/stralloc.h>
#include <libowfat/scan.h>
#include <libowfat/case.h>
static const uint32_t crc_table[256] = {
0x00000000L, 0x77073096L, 0xee0e612cL, 0x990951baL, 0x076dc419L,