]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Drop uio.h include
authorMichael Schroeder <mls@suse.de>
Thu, 21 Mar 2019 14:21:06 +0000 (15:21 +0100)
committerMichael Schroeder <mls@suse.de>
Thu, 21 Mar 2019 14:21:06 +0000 (15:21 +0100)
I don't know why it needs to be there. Lets see if removing it
breaks anything.

src/sha2.c

index 3ca94044714fbb9942e19e4dada246040e214d77..619cbf4a4aa7cd5e8be8715027597b91b2fb4ab0 100644 (file)
@@ -36,7 +36,7 @@
 #include <string.h>     /* memcpy()/memset() or bcopy()/bzero() */
 /* #include <assert.h> */   /* assert() */
 #include <stdio.h>
-#include <sys/uio.h>
+/* #include <sys/uio.h> */
 #include <unistd.h>
 #include <inttypes.h>