diff options
author | Mark Murray <markm@FreeBSD.org> | 1999-01-14 19:35:19 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1999-01-14 19:35:19 +0000 |
commit | d8b5c7ed06fe94e01ce1e61786c3e072de0c3e89 (patch) | |
tree | 570e5cf5730d6009252842b5ff3e1405c775afa0 /contrib/texinfo/info/dribble.c | |
parent | 253c2b00b74a914f105a971446b873fc1f38919a (diff) |
Upgrade texinfo to the latest-and-greatest.
This has big improvements to the .info file utility support and
much recent OSS requires its features.
Notes
Notes:
svn path=/vendor/texinfo/dist/; revision=42660
Diffstat (limited to 'contrib/texinfo/info/dribble.c')
-rw-r--r-- | contrib/texinfo/info/dribble.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/texinfo/info/dribble.c b/contrib/texinfo/info/dribble.c index 8e16cea4e45f..d1d584865606 100644 --- a/contrib/texinfo/info/dribble.c +++ b/contrib/texinfo/info/dribble.c @@ -21,7 +21,7 @@ Written by Brian Fox (bfox@ai.mit.edu). */ -#include <stdio.h> +#include "info.h" #include "dribble.h" /* When non-zero, it is a stream to write all input characters to for the |