]> andersk Git - moira.git/commitdiff
add <sys/types.h> before <sys/uio.h>
authordanw <danw>
Sun, 15 Feb 1998 18:13:12 +0000 (18:13 +0000)
committerdanw <danw>
Sun, 15 Feb 1998 18:13:12 +0000 (18:13 +0000)
update/sendrecv.c

index 7321319efd0625b3560a92181cee5d536605c652..bc3c7458a2079b094dc6ef4cbf58765666ed4816 100644 (file)
@@ -10,6 +10,7 @@
 #include <mit-copyright.h>
 #include <moira.h>
 
+#include <sys/types.h>
 #include <sys/uio.h>
 
 #include <errno.h>
This page took 0.040272 seconds and 5 git commands to generate.