Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e5b012b

Browse files
committed
Put back improperly removed #include.
1 parent 7805b11 commit e5b012b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/utils/adt/inet_net_pton.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ static const char rcsid[] = "Id: inet_net_pton.c,v 1.4.2.3 2004/03/17 00:40:11 m
3030
#include <assert.h>
3131
#include <ctype.h>
3232

33+
#include "utils/builtins.h"
3334
#include "utils/inet.h"
3435

3536

0 commit comments

Comments
 (0)