mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 00:20:24 +01: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…
Reference in New Issue
Block a user