1
0
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:
Bruce Momjian
1998-10-08 02:08:47 +00:00
parent f1fef841c3
commit deaaf96975
3 changed files with 6 additions and 6 deletions

View File

@ -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>
/*