diff options
Diffstat (limited to 'log.c')
-rw-r--r-- | log.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: log.c,v 1.35 2006/07/22 20:48:23 stevesk Exp $ */ | 1 | /* $OpenBSD: log.c,v 1.36 2006/07/26 13:57:17 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -37,6 +37,7 @@ | |||
37 | #include "includes.h" | 37 | #include "includes.h" |
38 | 38 | ||
39 | #include <stdarg.h> | 39 | #include <stdarg.h> |
40 | #include <stdlib.h> | ||
40 | #include <string.h> | 41 | #include <string.h> |
41 | #include <syslog.h> | 42 | #include <syslog.h> |
42 | #include <unistd.h> | 43 | #include <unistd.h> |