diff options
Diffstat (limited to 'crypto/openssh/openbsd-compat/getopt.c')
-rw-r--r-- | crypto/openssh/openbsd-compat/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/openbsd-compat/getopt.c b/crypto/openssh/openbsd-compat/getopt.c index f4fbc9bac3ec..4a5cfe5f0516 100644 --- a/crypto/openssh/openbsd-compat/getopt.c +++ b/crypto/openssh/openbsd-compat/getopt.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -#include "config.h" +#include "includes.h" #if !defined(HAVE_GETOPT) || !defined(HAVE_GETOPT_OPTRESET) #if defined(LIBC_SCCS) && !defined(lint) |