1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Win32 related patch by Darko Prenosil. Small correct by teodor

This commit is contained in:
Teodor Sigaev
2004-05-31 13:29:43 +00:00
parent 9b178555fc
commit 11864ab657
6 changed files with 38 additions and 20 deletions

View File

@ -2,9 +2,10 @@
#define __SPELL_H__
#include <sys/types.h>
#include <regex.h>
#include "regex/regex.h"
#include "c.h"
struct SPNode;