1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-10 06:23:01 +03:00

log: Add missing include.

This commit is contained in:
Andreas Schneider
2011-09-11 14:38:44 +02:00
parent 04faa33259
commit a5d89624d5

View File

@@ -25,6 +25,7 @@
#include <stdarg.h>
#include <string.h>
#include <sys/time.h>
#include <time.h>
#include "libssh/priv.h"
#include "libssh/misc.h"