X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/a7137f6b299bd3425e3a90c41206f804ebc71fbd..5498741cc14208f105eb8341046536b21a0c31db:/fatal.c diff --git a/fatal.c b/fatal.c index 78b51cd8..5e5aa3fe 100644 --- a/fatal.c +++ b/fatal.c @@ -1,3 +1,4 @@ +/* $OpenBSD: fatal.c,v 1.7 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2002 Markus Friedl. All rights reserved. * @@ -24,6 +25,10 @@ #include "includes.h" +#include + +#include + #include "log.h" /* Fatal messages. This function never returns. */