summaryrefslogtreecommitdiff
path: root/libdb
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2022-01-16 17:11:18 +0000
committerColin Watson <cjwatson@debian.org>2022-01-16 17:11:18 +0000
commit83df40649a556a9113b1633ef50ded73463a558d (patch)
treeff912dee9ea6d4f1db83c54c7a5698f403f092eb /libdb
parent8161dece9d0c202668251ca8ad6d89c3bbca566f (diff)
Move appendstr out of manconfig.h
* include/manconfig.h (appendstr): Move to ... * lib/appendstr.h: ... here (new file). * lib/Makefile.am (libman_la_SOURCES): Add appendstr.h. * lib/README: Update file names. * lib/appendstr.c, libdb/db_delete.c, src/catman.c, src/check_mandirs.c, src/compression.c, src/filenames.c, src/globbing.c, src/man.c, src/manconv_client.c, src/manconv_main.c, src/manp.c, src/straycats.c, src/whatis.c, src/zsoelim.l: Include appendstr.h.
Diffstat (limited to 'libdb')
-rw-r--r--libdb/db_delete.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdb/db_delete.c b/libdb/db_delete.c
index ccf07863..6b0a6c62 100644
--- a/libdb/db_delete.c
+++ b/libdb/db_delete.c
@@ -38,6 +38,7 @@
#include "manconfig.h"
+#include "appendstr.h"
#include "debug.h"
#include "glcontainers.h"