Do not check for HAVE_CONFIG_H in tuklib_config.h.
In XZ Utils sysdefs.h takes care of it and the required headers.
This commit is contained in:
parent
2d4cef954f
commit
4e4e9fbb7e
|
@ -1,8 +1,7 @@
|
||||||
#ifdef HAVE_CONFIG_H
|
#include "sysdefs.h"
|
||||||
# include "sysdefs.h"
|
|
||||||
#else
|
// sysdefs.h takes care of these.
|
||||||
# include <stddef.h>
|
// #include <stddef.h>
|
||||||
# include <stdbool.h>
|
// #include <stdbool.h>
|
||||||
# include <inttypes.h>
|
// #include <inttypes.h>
|
||||||
# include <limits.h>
|
// #include <limits.h>
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in New Issue