mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-12 14:29:41 +03:00
tar: include stdckdint.h via tar-internal.h.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
ed99e93019
commit
2aeff547ca
@ -33,11 +33,6 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <inttypes.h> /* uintmax_t */
|
#include <inttypes.h> /* uintmax_t */
|
||||||
#ifdef HAVE_STDCKDINT_H
|
|
||||||
#include <stdckdint.h>
|
|
||||||
#else
|
|
||||||
#include "lib/stdckdint.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "lib/global.h"
|
#include "lib/global.h"
|
||||||
#include "lib/widget.h" /* message() */
|
#include "lib/widget.h" /* message() */
|
||||||
|
@ -7,6 +7,12 @@
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_STDCKDINT_H
|
||||||
|
#include <stdckdint.h>
|
||||||
|
#else
|
||||||
|
#include "lib/stdckdint.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "lib/vfs/xdirentry.h" /* vfs_s_super */
|
#include "lib/vfs/xdirentry.h" /* vfs_s_super */
|
||||||
|
|
||||||
/*** typedefs(not structures) and defined constants **********************************************/
|
/*** typedefs(not structures) and defined constants **********************************************/
|
||||||
|
@ -44,11 +44,6 @@
|
|||||||
#include <ctype.h> /* isdigit() */
|
#include <ctype.h> /* isdigit() */
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <inttypes.h> /* uintmax_t */
|
#include <inttypes.h> /* uintmax_t */
|
||||||
#ifdef HAVE_STDCKDINT_H
|
|
||||||
#include <stdckdint.h>
|
|
||||||
#else
|
|
||||||
#include "lib/stdckdint.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "lib/global.h"
|
#include "lib/global.h"
|
||||||
|
|
||||||
|
@ -32,11 +32,6 @@
|
|||||||
|
|
||||||
#include <ctype.h> /* isdigit() */
|
#include <ctype.h> /* isdigit() */
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#ifdef HAVE_STDCKDINT_H
|
|
||||||
#include <stdckdint.h>
|
|
||||||
#else
|
|
||||||
#include "lib/stdckdint.h"
|
|
||||||
#endif
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
@ -36,11 +36,6 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#ifdef HAVE_STDCKDINT_H
|
|
||||||
#include <stdckdint.h>
|
|
||||||
#else
|
|
||||||
#include "lib/stdckdint.h"
|
|
||||||
#endif
|
|
||||||
#include <string.h> /* memset() */
|
#include <string.h> /* memset() */
|
||||||
|
|
||||||
#ifdef hpux
|
#ifdef hpux
|
||||||
|
Loading…
Reference in New Issue
Block a user