1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r12626: some systems need time.h here (for asctime())

This commit is contained in:
Andrew Tridgell 2005-12-31 01:36:09 +00:00 committed by Gerald (Jerry) Carter
parent 660fc3ff4e
commit 596f8480bb

View File

@ -34,6 +34,7 @@
#include "system/readline.h"
#include "pstring.h"
#include "auth/gensec/gensec.h"
#include "system/time.h"
static struct smbcli_state *cli;
static int port = 0;