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