diff --git a/sources/util.h b/sources/util.h index e7dd6e48..5847e4ae 100644 --- a/sources/util.h +++ b/sources/util.h @@ -7,12 +7,6 @@ * Scalable PostgreSQL connection pooler. */ -#ifndef _GNU_SOURCE -#define _GNU_SOURCE -#endif - -#include - static inline int od_vsnprintf(char *buf, int size, char *fmt, va_list args) { int rc;