Commit 10d987c7 authored by Bruce Momjian's avatar Bruce Momjian

Add includes for prototypes for new IP type.

parent 18af384b
...@@ -3,13 +3,14 @@ ...@@ -3,13 +3,14 @@
* is for IP V4 CIDR notation, but prepared for V6: just * is for IP V4 CIDR notation, but prepared for V6: just
* add the necessary bits where the comments indicate. * add the necessary bits where the comments indicate.
* *
* $Id: ip.c,v 1.3 1998/10/04 15:35:10 momjian Exp $ * $Id: ip.c,v 1.4 1998/10/04 16:24:30 momjian Exp $
*/ */
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <stdio.h> #include <stdio.h>
#include <string.h>
#include <errno.h> #include <errno.h>
#include <netinet/in.h> #include <netinet/in.h>
......
/* /*
* PostgreSQL type definitions for MAC addresses. * 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 <stdio.h>
#include <string.h>
#include <postgres.h> #include <postgres.h>
#include <utils/palloc.h> #include <utils/palloc.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment