]> git.marmaro.de Git - mmh/blobdiff - uip/spost.c
If liblockfile is present, and its dotlockfile program is setgid,
[mmh] / uip / spost.c
index 76478c87a93a49d91f9c5836b22061cd0c62bf1a..577273715d81df5b3da404100e9b4505d54153fa 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)