]> andersk Git - openssh.git/commitdiff
- (dtucker) Add includes.h to fake-rfc2553.c so it will build.
authordtucker <dtucker>
Thu, 5 Jun 2003 09:37:30 +0000 (09:37 +0000)
committerdtucker <dtucker>
Thu, 5 Jun 2003 09:37:30 +0000 (09:37 +0000)
ChangeLog
openbsd-compat/fake-rfc2553.c

index bae2340297536aa0607096a6c9c4ad5afedc063e..fdea66869916678d4d07775ebf2ca8428ca3a3e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@
    Patch from larsch@trustcenter.de
  - (djm) Bug #589 - scard-opensc: load only keys with a private keys
    Patch from larsch@trustcenter.de
+ - (dtucker) Add includes.h to fake-rfc2553.c so it will build.
 
 20030604
  - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
index a279c7ed4b62a424e2a3176b2e8375361fa115b4..ae5e1c2a542d543725d8f4aaf0ae0ad7fb6ed78d 100644 (file)
@@ -6,6 +6,8 @@
  * that ai_family is AF_INET. Don't use it for another purpose.
  */
 
+#include "includes.h"
+
 RCSID("$Id$");
 
 #ifndef HAVE_GETNAMEINFO
This page took 0.878327 seconds and 5 git commands to generate.