]> granicus.if.org Git - postgresql/blobdiff - src/backend/utils/adt/inet_net_ntop.c
Fix another passel of include-file breakage. Kris Jurka, Tom Lane
[postgresql] / src / backend / utils / adt / inet_net_ntop.c
index f931658eaed227b430db5eef949e8de95c3142aa..95b9cc9a2461822f9546df90c82b73ee34ff2385 100644 (file)
@@ -14,7 +14,7 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
- *       $PostgreSQL: pgsql/src/backend/utils/adt/inet_net_ntop.c,v 1.23 2006/07/14 14:52:24 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/adt/inet_net_ntop.c,v 1.24 2006/07/14 16:59:19 tgl Exp $
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
@@ -28,6 +28,7 @@ static const char rcsid[] = "Id: inet_net_ntop.c,v 1.1.2.2 2004/03/09 09:17:27 m
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
+#include "utils/builtins.h"
 #include "utils/inet.h"