void-packages/srcpkgs/libpqxx/patches/musl.patch
newbluemoon 5510a252f9
libpqxx: update to 6.0.0
Closes #10874.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-01-16 09:49:31 +01:00

14 lines
329 B
Diff

--- src/connection_base.cxx.orig 2017-12-24 23:47:41.000000000 +0100
+++ src/connection_base.cxx 2018-01-16 09:03:31.639728954 +0100
@@ -38,10 +38,8 @@
#if defined(HAVE_UNISTD_H)
#include <unistd.h>
#endif
-#if defined(HAVE_SYS_TIME_H)
-#include <sys/time.h>
-#endif
#endif
+#include <sys/time.h>
#include "libpq-fe.h"