Added include of mh.h for snprintf() prototype.
authorDan Harkless <dan@harkless.org>
Tue, 25 Jan 2000 06:04:29 +0000 (06:04 +0000)
committerDan Harkless <dan@harkless.org>
Tue, 25 Jan 2000 06:04:29 +0000 (06:04 +0000)
zotnet/mts/mts.c
zotnet/tws/dtime.c

index f53a8be..61a604c 100644 (file)
@@ -5,6 +5,7 @@
  * $Id$
  */
 
+#include "h/mh.h"   /* for snprintf() */
 #include <h/nmh.h>
 
 #define nmhetcdir(file) NMHETCDIR#file
index b4d2eec..bbfccf0 100644 (file)
@@ -5,6 +5,7 @@
  * $Id$
  */
 
+#include "h/mh.h"   /* for snprintf() */
 #include <h/nmh.h>
 #include <tws.h>