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

Add C comment about needed include.

parent 5066e55d
......@@ -30,7 +30,7 @@ static const char rcsid[] = "Id: inet_net_pton.c,v 1.4.2.3 2004/03/17 00:40:11 m
#include <assert.h>
#include <ctype.h>
#include "utils/builtins.h"
#include "utils/builtins.h" /* pgrminclude ignore */ /* needed on some platforms */
#include "utils/inet.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