1
0
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:
Bruce Momjian
1998-10-04 16:24:32 +00:00
parent 18af384bb7
commit 10d987c709
2 changed files with 4 additions and 2 deletions

View File

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