]> git.marmaro.de Git - mmh/blobdiff - uip/spost.c
Lots of little code cleanups to prevent warnings - mostly making sure
[mmh] / 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)