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.33 2006/07/10 16:37:36 stevesk Exp $ */ | 1 | /* $OpenBSD: log.c,v 1.34 2006/07/17 01:31:09 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 |
@@ -38,6 +38,7 @@ | |||
38 | 38 | ||
39 | #include <stdarg.h> | 39 | #include <stdarg.h> |
40 | #include <syslog.h> | 40 | #include <syslog.h> |
41 | #include <unistd.h> | ||
41 | #if defined(HAVE_STRNVIS) && defined(HAVE_VIS_H) | 42 | #if defined(HAVE_STRNVIS) && defined(HAVE_VIS_H) |
42 | # include <vis.h> | 43 | # include <vis.h> |
43 | #endif | 44 | #endif |