We use uintX_t in many places in the library, and it seems useful to
include inttypes.h and stdint.h to have access to the PRI* macros everywhere.
Signed-off-by: Karel Zak <kzak@redhat.com>
#include <dirent.h>
#include <sys/ioctl.h>
#include <stdlib.h>
-#include <stdint.h>
#include <linux/btrfs.h>
#include "mountP.h"
#include <stdlib.h>
#include <stddef.h>
-#include <stdint.h>
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
struct libmnt_table *tb = NULL;
#include <sys/wait.h>
#include <sys/ioctl.h>
#include <sys/mount.h>
-#include <inttypes.h>
#include "strutils.h"
#include "all-io.h"
#include "strutils.h"
#include "linux_version.h"
-#include <inttypes.h>
-
#ifdef USE_LIBMOUNT_MOUNTFD_SUPPORT
#define get_sysapi(_cxt) mnt_context_get_sysapi(_cxt)
#include <unistd.h>
#include <stdio.h>
#include <stdarg.h>
+#include <stdint.h>
+#include <inttypes.h>
#include "c.h"
+
#include "list.h"
#include "debug.h"
#include "buffer.h"