X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/4c72fcfd7bd7c9962f577386faf095ced8e0f24c..5498741cc14208f105eb8341046536b21a0c31db:/fatal.c diff --git a/fatal.c b/fatal.c index 1f2cd0bc..5e5aa3fe 100644 --- a/fatal.c +++ b/fatal.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fatal.c,v 1.6 2006/07/10 16:37:36 stevesk Exp $ */ +/* $OpenBSD: fatal.c,v 1.7 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2002 Markus Friedl. All rights reserved. * @@ -25,6 +25,8 @@ #include "includes.h" +#include + #include #include "log.h"