Include yaz/errno.h in source that uses YAZ' errno utils.
[yaz-moved-to-github.git] / src / tcpip.c
index ba3853a..57a4bda 100644 (file)
@@ -68,7 +68,7 @@
 
 #include <yaz/comstack.h>
 #include <yaz/tcpip.h>
-#include <yaz/nmem.h>
+#include <yaz/errno.h>
 
 static int tcpip_close(COMSTACK h);
 static int tcpip_put(COMSTACK h, char *buf, int size);