]> diplodocus.org Git - nmh/blobdiff - uip/spost.c
Changed the version number from 1.0.3 to 1.0.2+dev. There was not unanimous
[nmh] / uip / spost.c
index f2d6311a2a3425110b7d54f49f6d72033da52fd7..1f3b014b8fb74a79c02c3af17677e40362eae931 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)