summaryrefslogtreecommitdiff
path: root/src/preproc/grn/hdb.cpp
diff options
context:
space:
mode:
authorBertrand Garrigues <bertrand.garrigues@laposte.net>2017-07-12 00:36:16 +0200
committerBertrand Garrigues <bertrand.garrigues@laposte.net>2017-07-22 01:54:12 +0200
commitfa41eeba06987a12bc0434f8b51896d4618a3997 (patch)
tree7811874ee58354b01bbd97f6111d471a2faa54eb /src/preproc/grn/hdb.cpp
parent9eb63293ab8d4283100c55989cfc56f5dd3af531 (diff)
downloadgroff-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.cpp4
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>