1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r15883: Make sure timegm() prototype is available (on systems where we've had to

replace it)
(This used to be commit eef117e4454ed5faeddfc0b18bd4f0128c922f36)
This commit is contained in:
Jim McDonough 2006-05-25 15:12:23 +00:00 committed by Gerald (Jerry) Carter
parent aa01252bb3
commit 64fe1e92a5

View File

@ -33,6 +33,7 @@
*/
#include "includes.h"
#include "system/time.h"
#include "kdc.h"
#include "ads.h"
#include "hdb.h"