mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -04:00
Add C comment about needed include.
This commit is contained in:
parent
5066e55d61
commit
10af3ab2b2
@ -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"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user