diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | openbsd-compat/bsd-setres_id.c | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20131208 | ||
2 | - (djm) [openbsd-compat/bsd-setres_id.c] Missing header; from Corinna | ||
3 | Vinschen | ||
4 | |||
1 | 20131207 | 5 | 20131207 |
2 | - (djm) OpenBSD CVS Sync | 6 | - (djm) OpenBSD CVS Sync |
3 | - djm@cvs.openbsd.org 2013/12/05 22:59:45 | 7 | - djm@cvs.openbsd.org 2013/12/05 22:59:45 |
diff --git a/openbsd-compat/bsd-setres_id.c b/openbsd-compat/bsd-setres_id.c index 020b214b8..018bde8c7 100644 --- a/openbsd-compat/bsd-setres_id.c +++ b/openbsd-compat/bsd-setres_id.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: bsd-setres_id.c,v 1.1 2012/11/05 06:04:37 dtucker Exp $ */ | 1 | /* $Id: bsd-setres_id.c,v 1.2 2013/12/07 21:23:09 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2012 Darren Tucker (dtucker at zip com au). | 4 | * Copyright (c) 2012 Darren Tucker (dtucker at zip com au). |
@@ -22,6 +22,7 @@ | |||
22 | 22 | ||
23 | #include <stdarg.h> | 23 | #include <stdarg.h> |
24 | #include <unistd.h> | 24 | #include <unistd.h> |
25 | #include <string.h> | ||
25 | 26 | ||
26 | #include "log.h" | 27 | #include "log.h" |
27 | 28 | ||