From: Ulya Trofimovich Date: Tue, 21 Jul 2015 16:22:11 +0000 (+0100) Subject: Makefile.am: added forgotten header. X-Git-Tag: 0.15~186 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f323e50091677781a77a6f7f5722e83f7f0ebb20;p=re2c Makefile.am: added forgotten header. --- diff --git a/re2c/Makefile.am b/re2c/Makefile.am index daeb6e9b..c1d56dbb 100644 --- a/re2c/Makefile.am +++ b/re2c/Makefile.am @@ -55,6 +55,7 @@ SRC_HDR = \ src/parse/scanner.h \ src/parse/token.h \ src/util/allocate.h \ + src/util/attribute.h \ src/util/c99_stdint.h \ src/util/counter.h \ src/util/forbid_copy.h \