From 527658ad8964b1c9d9e1332b3253a9066f3eb189 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 23 Feb 2017 18:26:54 -0800 Subject: [PATCH] build: add missing header Fix failing distcheck --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 76262bb..545e90d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,6 +53,7 @@ shared_libshared_la_SOURCES = \ shared/hash.c \ shared/hash.h \ shared/scratchbuf.c \ + shared/scratchbuf.h \ shared/strbuf.c \ shared/strbuf.h \ shared/util.c \ -- 2.7.4