mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Added needed include file.
This commit is contained in:
@ -40,6 +40,8 @@
|
||||
#ifndef _REGEX_H_
|
||||
#define _REGEX_H_
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
/* #include <sys/cdefs.h> */
|
||||
/* since not all systems have cdefs.h, we'll use our own here - jolly */
|
||||
#include "cdefs.h"
|
||||
|
Reference in New Issue
Block a user