aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/log.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/log.c b/src/log.c
index 79afbce7..36e87775 100644
--- a/src/log.c
+++ b/src/log.c
@@ -21,6 +21,8 @@
* MA 02111-1307, USA.
*/
+#include "config.h"
+
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
@@ -29,7 +31,7 @@
#endif /* HAVE_SYS_TIME_H */
#ifdef HAVE_SYS_UTIME_H
#include <sys/utime.h>
-#endif /* HAVE_SYS_TIME_H */
+#endif /* HAVE_SYS_UTIME_H */
#include <time.h>
#include "libssh/priv.h"