diff options
Diffstat (limited to 'lib/libalpm/md5.c')
-rw-r--r-- | lib/libalpm/md5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libalpm/md5.c b/lib/libalpm/md5.c index 7e4fd677..6d5aa6a3 100644 --- a/lib/libalpm/md5.c +++ b/lib/libalpm/md5.c @@ -24,6 +24,7 @@ documentation and/or software. */ #include <string.h> + #include "md5.h" /* Constants for MD5Transform routine. |