Lots of little code cleanups to prevent warnings - mostly making sure
[mmh] / uip / spost.c
index f2d6311..1f3b014 100644 (file)
@@ -14,6 +14,7 @@
 #include <h/aliasbr.h>
 #include <h/dropsbr.h>
 #include <zotnet/tws/tws.h>
+#include <zotnet/mts/mts.h>
 
 #define        uptolow(c)      ((isalpha(c) && isupper (c)) ? tolower (c) : c)