=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/xmalloc.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- src/usr.bin/ssh/xmalloc.c 2006/03/27 01:21:18 1.21 +++ src/usr.bin/ssh/xmalloc.c 2006/07/10 16:37:36 1.22 @@ -1,4 +1,4 @@ -/* $OpenBSD: xmalloc.c,v 1.21 2006/03/27 01:21:18 deraadt Exp $ */ +/* $OpenBSD: xmalloc.c,v 1.22 2006/07/10 16:37:36 stevesk Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -14,6 +14,8 @@ */ #include "includes.h" + +#include #include "xmalloc.h" #include "log.h"