summaryrefslogtreecommitdiff
path: root/fatal.c
diff options
context:
space:
mode:
Diffstat (limited to 'fatal.c')
-rw-r--r--fatal.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/fatal.c b/fatal.c
index 1f2cd0bc8..5e5aa3fe1 100644
--- a/fatal.c
+++ b/fatal.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: fatal.c,v 1.6 2006/07/10 16:37:36 stevesk Exp $ */ 1/* $OpenBSD: fatal.c,v 1.7 2006/08/03 03:34:42 deraadt Exp $ */
2/* 2/*
3 * Copyright (c) 2002 Markus Friedl. All rights reserved. 3 * Copyright (c) 2002 Markus Friedl. All rights reserved.
4 * 4 *
@@ -25,6 +25,8 @@
25 25
26#include "includes.h" 26#include "includes.h"
27 27
28#include <sys/types.h>
29
28#include <stdarg.h> 30#include <stdarg.h>
29 31
30#include "log.h" 32#include "log.h"