chiark / gitweb /
dgram compiles and works; dispatch()
[chiark-tcl.git] / dgram / misc.c
index 8c365540befb070dd38bff6da8c8ed224d78f99f..8c60633a8a6b65c0b383703f1a517f680e7314f6 100644 (file)
@@ -1,8 +1,8 @@
 /**/
 
-#include "hbytes.h"
+#include "dgram.h"
 
-int setnonblock(int fd, int isnonblock) {
+int cht_setnonblock(int fd, int isnonblock) {
   int r;
 
   r= fcntl(fd,F_GETFL);