From: Milan Broz Date: Mon, 11 Jun 2012 10:55:01 +0000 (+0200) Subject: Fix inclusion of bitops.h. X-Git-Tag: upstream/1.6~269 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=656fbde7d149fc73bc3cba255b5bea67ae3783c0;p=platform%2Fupstream%2Fcryptsetup.git Fix inclusion of bitops.h. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 9855c7f..01c35f0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -47,6 +47,7 @@ libcryptsetup_la_LIBADD = \ libcryptsetup_la_SOURCES = \ setup.c \ internal.h \ + bitops.h \ nls.h \ libcryptsetup.h \ utils.c \