]> git.marmaro.de Git - mmh/blobdiff - uip/spost.c
Updated #include's to point to new location of mts.h on mts/generic
[mmh] / uip / spost.c
index 555bb68dceee6ca4cf30403e786eaf1bcdb1d3f9..18d1152e640f26cf9e1bbc6cbf27384e09008bc6 100644 (file)
@@ -14,7 +14,7 @@
 #include <h/aliasbr.h>
 #include <h/dropsbr.h>
 #include <h/tws.h>
-#include <zotnet/mts/mts.h>
+#include <mts/generic/mts.h>
 
 #define        uptolow(c)      ((isalpha(c) && isupper (c)) ? tolower (c) : c)