Add includes for prototypes for new IP type.
authorBruce Momjian
Sun, 4 Oct 1998 16:24:32 +0000 (16:24 +0000)
committerBruce Momjian
Sun, 4 Oct 1998 16:24:32 +0000 (16:24 +0000)
src/backend/utils/adt/ip.c
src/backend/utils/adt/mac.c

index da892f80e265d98b7289282a8af477058042654a..9b4ede1c64b75bfff5ca51b865efe91626a1e5c9 100644 (file)
@@ -3,13 +3,14 @@
  * is for IP V4 CIDR notation, but prepared for V6: just
  * 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 
 #include 
 
 #include 
+#include 
 #include 
 
 #include 
index cf21f9b86a7d847afaffe896f8aa3c4088a4ad1f..6d33f148dc68f35e01e310439ac9b5c393bfc1c4 100644 (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 
+#include 
 
 #include 
 #include