mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
Add includes for prototypes for new IP type.
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
/*
|
||||
* PostgreSQL type definitions for MAC addresses.
|
||||
*
|
||||
* $Id: mac.c,v 1.2 1998/10/04 15:35:12 momjian Exp $
|
||||
* $Id: mac.c,v 1.3 1998/10/04 16:24:32 momjian Exp $
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <postgres.h>
|
||||
#include <utils/palloc.h>
|
||||
|
Reference in New Issue
Block a user