patch-src_bin_scripts_vacuumdb_c 397 B

12345678910111213
  1. $OpenBSD: patch-src_bin_scripts_vacuumdb_c,v 1.1 2016/09/10 13:03:41 ajacoutot Exp $
  2. --- src/bin/scripts/vacuumdb.c.orig Sat Sep 10 10:37:08 2016
  3. +++ src/bin/scripts/vacuumdb.c Sat Sep 10 10:38:12 2016
  4. @@ -10,6 +10,8 @@
  5. *-------------------------------------------------------------------------
  6. */
  7. +#include <sys/select.h> /* FD_SETSIZE */
  8. +
  9. #include "postgres_fe.h"
  10. #include "common.h"