mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
14 lines
329 B
Diff
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"
|
|
|