chiark / gitweb /
many improvements: use Get/SetAssocData for idtables to avoid globals, and adns bindi...
[chiark-tcl.git] / dgram / misc.c
index 1d37020923f42225ab7966d54e0aa1211163f7b2..8c365540befb070dd38bff6da8c8ed224d78f99f 100644 (file)
@@ -1,6 +1,6 @@
 /**/
 
-#include "all.h"
+#include "hbytes.h"
 
 int setnonblock(int fd, int isnonblock) {
   int r;