fix build
[LibreOffice.git] / external / postgresql / postgresql.exit.patch.0
blob8eaa1ea52ebb5470a3533e2c1963ab5a0684368f
1 # error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
2 --- configure
3 +++ configure
4 @@ -16997,6 +16997,7 @@
5  else
6    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7  /* end confdefs.h.  */
8 +#include <stdlib.h>
9  typedef long int ac_int64;
11  /*
12 @@ -17081,6 +17082,7 @@
13  else
14    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15  /* end confdefs.h.  */
16 +#include <stdlib.h>
17  typedef long long int ac_int64;
19  /*