mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 20:30:38 +09:00
log: Add missing config.h include
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user