mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
105ddce147
Bulk testing and help tb@ OK tb@
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
Index: src/bin/scripts/vacuumdb.c
|
|
--- src/bin/scripts/vacuumdb.c.orig
|
|
+++ src/bin/scripts/vacuumdb.c
|
|
@@ -10,6 +10,8 @@
|
|
*-------------------------------------------------------------------------
|
|
*/
|
|
|
|
+#include <sys/select.h> /* FD_SETSIZE */
|
|
+
|
|
#include "postgres_fe.h"
|
|
|
|
#include <limits.h>
|