mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-21 15:43:30 +08:00
Include <config.h> here, now that strnumcmp-in.h no longer includes it.
This commit is contained in:
parent
e247f4874c
commit
2d7c20c891
@ -18,6 +18,10 @@
|
||||
|
||||
/* Written by Paul Eggert. */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include "strnumcmp-in.h"
|
||||
|
||||
/* Externally-visible name for numcompare. */
|
||||
|
Loading…
Reference in New Issue
Block a user