diff options
Diffstat (limited to 'src/include/utils/inet.h')
-rw-r--r-- | src/include/utils/inet.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/utils/inet.h b/src/include/utils/inet.h index d0b1190029f..8a50edf3a6a 100644 --- a/src/include/utils/inet.h +++ b/src/include/utils/inet.h @@ -7,13 +7,15 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/inet.h,v 1.23 2006/03/05 15:59:07 momjian Exp $ + * $PostgreSQL: pgsql/src/include/utils/inet.h,v 1.24 2006/07/11 13:54:24 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef INET_H #define INET_H +#include "fmgr.h" + /* * This is the internal storage format for IP addresses * (both INET and CIDR datatypes): |