From: Sebastian Harl Date: Wed, 12 Sep 2012 13:55:26 +0000 (+0200) Subject: Added missing includes identified by strict standard checks. X-Git-Url: https://git.tokkee.org/?p=libjunos.git;a=commitdiff_plain;h=a887cb61f6ccb11209827594a30f072d5cc8926c Added missing includes identified by strict standard checks. --- diff --git a/src/access_ssh.c b/src/access_ssh.c index 5e66599..59ae97f 100644 --- a/src/access_ssh.c +++ b/src/access_ssh.c @@ -35,6 +35,7 @@ #include +#include #include #include diff --git a/src/junos.h b/src/junos.h index a122330..31cd7cb 100644 --- a/src/junos.h +++ b/src/junos.h @@ -32,6 +32,10 @@ #ifndef JUNOS_H #define JUNOS_H 1 +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include