From 4bb25b978ca1a43ea28db5b18de2b2fb02d58268 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Tue, 5 Jun 2018 19:08:31 +0200 Subject: Prep v238: Uncomment now needed headers and unmask now needed functions in src/basic (1/6) --- src/basic/hash-funcs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/basic/hash-funcs.c') diff --git a/src/basic/hash-funcs.c b/src/basic/hash-funcs.c index 763c1f61d..947bcfd58 100644 --- a/src/basic/hash-funcs.c +++ b/src/basic/hash-funcs.c @@ -19,10 +19,10 @@ along with systemd; If not, see . ***/ -//#include +#include #include "hash-funcs.h" -//#include "path-util.h" +#include "path-util.h" void string_hash_func(const void *p, struct siphash *state) { siphash24_compress(p, strlen(p) + 1, state); -- cgit v1.2.3