diff options
author | Bertrand Garrigues <bertrand.garrigues@laposte.net> | 2017-07-12 00:36:16 +0200 |
---|---|---|
committer | Bertrand Garrigues <bertrand.garrigues@laposte.net> | 2017-07-22 01:54:12 +0200 |
commit | fa41eeba06987a12bc0434f8b51896d4618a3997 (patch) | |
tree | 7811874ee58354b01bbd97f6111d471a2faa54eb /src/preproc/grn/hdb.cpp | |
parent | 9eb63293ab8d4283100c55989cfc56f5dd3af531 (diff) | |
download | groff-git-fa41eeba06987a12bc0434f8b51896d4618a3997.tar.gz |
Add gnulib module fprintf-posix
* bootstrap.conf: do it.
* Fix compilation in some files that needed inclusion of
`config.h'.
See https://savannah.gnu.org/bugs/?51330
Diffstat (limited to 'src/preproc/grn/hdb.cpp')
-rw-r--r-- | src/preproc/grn/hdb.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/preproc/grn/hdb.cpp b/src/preproc/grn/hdb.cpp index 408609a09..4d1896d0c 100644 --- a/src/preproc/grn/hdb.cpp +++ b/src/preproc/grn/hdb.cpp @@ -6,6 +6,10 @@ * gremlin picture editor. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdlib.h> #include "gprint.h" #include <string.h> |