]> diplodocus.org Git - nmh/blobdiff - sbr/dtime.c
Note that mhshow-suffix/mhshow- matching is case-insenstive.
[nmh] / sbr / dtime.c
index 26b451daba8b18b6ce0a1beb22cf09a815ffdca2..a8b8432ca98f42e1f315020151bf7c3889706055 100644 (file)
@@ -5,10 +5,11 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>   /* for snprintf() */
-#include <h/nmh.h>
-#include <h/utils.h>
-#include <h/tws.h>
+#include "h/mh.h"
+#include "dtime.h"
+#include "h/nmh.h"
+#include "h/utils.h"
+#include "h/tws.h"
 #include <time.h>
 
 #if !defined(HAVE_STRUCT_TM_TM_GMTOFF)