You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neon/neon-0.30.2-sysuioh.patch

15 lines
307 B

https://bugzilla.redhat.com/show_bug.cgi?id=1572180
--- neon-0.30.2/src/ne_socket.c.sysuioh
+++ neon-0.30.2/src/ne_socket.c
@@ -27,7 +27,7 @@
#include "config.h"
#include <sys/types.h>
-#ifdef HAVE_SYS_UIO_h
+#ifdef HAVE_SYS_UIO_H
#include <sys/uio.h> /* writev(2) */
#endif
#ifdef HAVE_SYS_TIME_H