summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2022-01-11 16:11:30 +0100
committerSebastian Pipping <sebastian@pipping.org>2022-01-11 16:36:01 +0100
commit49d5c3efa4b3dbafe8d8a2b18240189288e10991 (patch)
treeba9ffa4996c07bac8409d0803a6779fbabd4e8f9
parent46afee44deaedddb096cd5320b57ce85a6cf91e5 (diff)
downloaduriparser-add-config-h-comment.tar.gz
UriMemory.c: Add comment on need for config.hadd-config-h-comment
-rw-r--r--src/UriMemory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UriMemory.c b/src/UriMemory.c
index e04e6f8..e0caf9a 100644
--- a/src/UriMemory.c
+++ b/src/UriMemory.c
@@ -42,7 +42,7 @@
* Holds memory manager implementation.
*/
-#include <config.h>
+#include <config.h> /* for HAVE_REALLOCARRAY */
#ifdef HAVE_REALLOCARRAY
# ifndef _GNU_SOURCE