Resolve the circular dependency of libmh on libmts on libmh. The
[mmh] / uip / spost.c
index 555bb68..78c300c 100644 (file)
@@ -14,7 +14,7 @@
 #include <h/aliasbr.h>
 #include <h/dropsbr.h>
 #include <h/tws.h>
-#include <zotnet/mts/mts.h>
+#include <h/mts.h>
 
 #define        uptolow(c)      ((isalpha(c) && isupper (c)) ? tolower (c) : c)