diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-05-18 00:46:52 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-05-18 00:57:03 +0300 |
commit | 144a9c52e58b6386dd6929c1d95a11d04bc8eaa5 (patch) | |
tree | b633d50f211b16604dc3aed9ad4fc7f563ebc7b2 /contrib/tools/m4/src/input.c | |
parent | 6bb04f40e291c6fc3ac8e556d561d59eed0a49b9 (diff) | |
download | ydb-144a9c52e58b6386dd6929c1d95a11d04bc8eaa5.tar.gz |
Flatten bison/gnulib/src to bison/lib to match upstream layout
2f47b5eab59c8031971bd995b703c854fd6f106d
Diffstat (limited to 'contrib/tools/m4/src/input.c')
-rw-r--r-- | contrib/tools/m4/src/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/m4/src/input.c b/contrib/tools/m4/src/input.c index 836d706489..579faddf4f 100644 --- a/contrib/tools/m4/src/input.c +++ b/contrib/tools/m4/src/input.c @@ -60,7 +60,7 @@ accordingly. */ #ifdef ENABLE_CHANGEWORD -#include <contrib/tools/bison/gnulib/src/regex.h> +#include "regex.h" #endif enum input_type |