]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (djm) [openbsd-compat/bsd-setres_id.c] Missing header; from Corinna
authorDamien Miller <djm@mindrot.org>
Sat, 7 Dec 2013 21:23:08 +0000 (08:23 +1100)
committerDamien Miller <djm@mindrot.org>
Sat, 7 Dec 2013 21:23:08 +0000 (08:23 +1100)
    Vinschen

ChangeLog
openbsd-compat/bsd-setres_id.c

index 68ee8538dc98e961f2ea0f6f2c5bd914c46d87b6..3434d6d27d0f8015c4a60769975af2fbc10d44c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20131208
+ - (djm) [openbsd-compat/bsd-setres_id.c] Missing header; from Corinna
+   Vinschen
+
 20131207
  - (djm) OpenBSD CVS Sync
    - djm@cvs.openbsd.org 2013/12/05 22:59:45
index 020b214b8f8c55dea1b1fc41665dca3f15c5f7e8..018bde8c7682eed298136312f40c04b83a0a5778 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: bsd-setres_id.c,v 1.1 2012/11/05 06:04:37 dtucker Exp $ */
+/* $Id: bsd-setres_id.c,v 1.2 2013/12/07 21:23:09 djm Exp $ */
 
 /*
  * Copyright (c) 2012 Darren Tucker (dtucker at zip com au).
@@ -22,6 +22,7 @@
 
 #include <stdarg.h>
 #include <unistd.h>
+#include <string.h>
 
 #include "log.h"