X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/00146caabf3f7e02f3349607dddef7b6384da468..17c7855ac84fd32e868a275c778f81dc67b52b1e:/xmalloc.c diff --git a/xmalloc.c b/xmalloc.c index e7a14866..9985b4cc 100644 --- a/xmalloc.c +++ b/xmalloc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xmalloc.c,v 1.23 2006/07/22 20:48:23 stevesk Exp $ */ +/* $OpenBSD: xmalloc.c,v 1.27 2006/08/03 03:34:42 deraadt Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -15,7 +15,10 @@ #include "includes.h" +#include #include +#include +#include #include #include "xmalloc.h"