log: Add missing config.h include
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
родитель
5d1a8cd88b
Коммит
cff7882391
@ -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"
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user