X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1df63930a063aa03a7bd09bb719803ea4820d4e1..cae263b3cec6548fa9c752df0103308740c25e39:/sbr/dtime.c diff --git a/sbr/dtime.c b/sbr/dtime.c index 26b451da..a8b8432c 100644 --- a/sbr/dtime.c +++ b/sbr/dtime.c @@ -5,10 +5,11 @@ * complete copyright information. */ -#include /* for snprintf() */ -#include -#include -#include +#include "h/mh.h" +#include "dtime.h" +#include "h/nmh.h" +#include "h/utils.h" +#include "h/tws.h" #include #if !defined(HAVE_STRUCT_TM_TM_GMTOFF)