mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Add C comment about needed include.
This commit is contained in:
@ -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 <assert.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#include "utils/builtins.h"
|
#include "utils/builtins.h" /* pgrminclude ignore */ /* needed on some platforms */
|
||||||
#include "utils/inet.h"
|
#include "utils/inet.h"
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user