mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix for INET type addition.
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: builtins.h,v 1.58 1998/10/08 00:19:43 momjian Exp $
|
||||
* $Id: builtins.h,v 1.59 1998/10/08 02:08:47 momjian Exp $
|
||||
*
|
||||
* NOTES
|
||||
* This should normally only be included by fmgr.h.
|
||||
@ -28,7 +28,7 @@
|
||||
#include <utils/nabstime.h>
|
||||
#include <utils/int8.h>
|
||||
#include <utils/cash.h>
|
||||
#include <utils/network.h>
|
||||
#include <utils/inet.h>
|
||||
#include <utils/rel.h>
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user