=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/umac.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/ssh/umac.c 2014/04/30 19:07:48 1.10 +++ src/usr.bin/ssh/umac.c 2014/07/22 07:13:42 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: umac.c,v 1.10 2014/04/30 19:07:48 naddy Exp $ */ +/* $OpenBSD: umac.c,v 1.11 2014/07/22 07:13:42 guenther Exp $ */ /* ----------------------------------------------------------------------- * * umac.c -- C Implementation UMAC Message Authentication @@ -64,7 +64,7 @@ /* ---------------------------------------------------------------------- */ #include -#include +#include #include #include #include