summaryrefslogtreecommitdiff
path: root/src/shared/strv.h
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-10-25 13:45:05 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-10-25 13:45:05 -0400
commitd51b1d3cb936c8390a34ed87d81303efbb7df533 (patch)
tree92df64b74d6eb98203fba5173ba0d0a21e29bcde /src/shared/strv.h
parent1b6c7e7255cf5d03d049f63dfdea24f6f64328d1 (diff)
src/shared/util.h: import realloc_multiply() from upstream
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/shared/strv.h')
-rw-r--r--src/shared/strv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/strv.h b/src/shared/strv.h
index 6e0c7655d9..22c8132c57 100644
--- a/src/shared/strv.h
+++ b/src/shared/strv.h
@@ -22,7 +22,7 @@
#include <stdarg.h>
#include <stdbool.h>
-#include "macro.h"
+#include "util.h"
void strv_free(char **l);
DEFINE_TRIVIAL_CLEANUP_FUNC(char**, strv_free);