summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/info/tag.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-11-09 03:02:50 +0000
committerNorbert Preining <norbert@preining.info>2022-11-09 03:02:50 +0000
commit5de83ec843cdc88e6adc42b1fe3f0ec48c52b7f3 (patch)
treeb49f7c180396c8ef389c8fd519370b6d03f4e100 /macros/texinfo/texinfo/info/tag.h
parent118cb5bbc5236bf86ca1088b9b3bae04c7b09beb (diff)
CTAN sync 202211090302
Diffstat (limited to 'macros/texinfo/texinfo/info/tag.h')
-rw-r--r--macros/texinfo/texinfo/info/tag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/texinfo/texinfo/info/tag.h b/macros/texinfo/texinfo/info/tag.h
index 71b03d1fa4..68b484a0e7 100644
--- a/macros/texinfo/texinfo/info/tag.h
+++ b/macros/texinfo/texinfo/info/tag.h
@@ -1,6 +1,6 @@
/* tag.c -- Functions to handle Info tags.
- Copyright 2012-2019 Free Software Foundation, Inc.
+ Copyright 2012-2022 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
#ifndef TAG_H
#define TAG_H
-#include "info-utils.h"
+#include "util.h"
int tag_expand (char **input, char *input_end,
struct text_buffer *outbuf, int *is_index);