Updating user programs to use <h/tws> instead of <zotnet/tws/tws.h>
[mmh] / uip / spost.c
index 76478c8..5772737 100644 (file)
@@ -13,7 +13,7 @@
 #include <h/addrsbr.h>
 #include <h/aliasbr.h>
 #include <h/dropsbr.h>
-#include <zotnet/tws/tws.h>
+#include <h/tws.h>
 #include <zotnet/mts/mts.h>
 
 #define        uptolow(c)      ((isalpha(c) && isupper (c)) ? tolower (c) : c)