summaryrefslogtreecommitdiff
path: root/lib/bitsetv.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-01-04 12:56:22 +0100
committerBruno Haible <bruno@clisp.org>2019-01-04 12:57:03 +0100
commit3c0997af8a30333162ce998209af7d94eb25a669 (patch)
tree4442745eaed7997db4fd4d6ee36ff20531d45789 /lib/bitsetv.c
parent57555b78145265247e7af8c3f2eb8b4e3ea40105 (diff)
downloadgnulib-3c0997af8a30333162ce998209af7d94eb25a669.tar.gz
bitsetv: Fix module dependencies.
* lib/bitsetv.c: Include xalloc.h. * modules/bitsetv (Depends-on): Add 'xalloc'.
Diffstat (limited to 'lib/bitsetv.c')
-rw-r--r--lib/bitsetv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bitsetv.c b/lib/bitsetv.c
index b5099826f7..e3cc5845a7 100644
--- a/lib/bitsetv.c
+++ b/lib/bitsetv.c
@@ -22,6 +22,8 @@
#include <stdlib.h>
+#include "xalloc.h"
+
/* Create a vector of N_VECS bitsets, each of N_BITS, and of
type TYPE. */