Add #include <limits.h> (re-add lost change from Wednesday).

WIN32_DEV
Tom Lane 23 years ago
parent c7fddd3072
commit efbbd107c7
  1. 1
      src/interfaces/ecpg/pgtypeslib/numeric.c

@ -1,5 +1,6 @@
#include "postgres_fe.h"
#include <ctype.h>
#include <limits.h>
#include "extern.h"
#include "pgtypes_error.h"

Loading…
Cancel
Save