mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +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.
|
* MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@@ -29,7 +31,7 @@
|
|||||||
#endif /* HAVE_SYS_TIME_H */
|
#endif /* HAVE_SYS_TIME_H */
|
||||||
#ifdef HAVE_SYS_UTIME_H
|
#ifdef HAVE_SYS_UTIME_H
|
||||||
#include <sys/utime.h>
|
#include <sys/utime.h>
|
||||||
#endif /* HAVE_SYS_TIME_H */
|
#endif /* HAVE_SYS_UTIME_H */
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include "libssh/priv.h"
|
#include "libssh/priv.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user