Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit10d987c

Browse files
committed
Add includes for prototypes for new IP type.
1 parent18af384 commit10d987c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎src/backend/utils/adt/ip.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
*is for IP V4 CIDR notation, but prepared for V6: just
44
*add the necessary bits where the comments indicate.
55
*
6-
*$Id: ip.c,v 1.3 1998/10/0415:35:10 momjian Exp $
6+
*$Id: ip.c,v 1.4 1998/10/0416:24:30 momjian Exp $
77
*/
88

99
#include<sys/types.h>
1010
#include<sys/socket.h>
1111

1212
#include<stdio.h>
13+
#include<string.h>
1314
#include<errno.h>
1415

1516
#include<netinet/in.h>

‎src/backend/utils/adt/mac.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/*
22
*PostgreSQL type definitions for MAC addresses.
33
*
4-
*$Id: mac.c,v 1.2 1998/10/0415:35:12 momjian Exp $
4+
*$Id: mac.c,v 1.3 1998/10/0416:24:32 momjian Exp $
55
*/
66

77
#include<stdio.h>
8+
#include<string.h>
89

910
#include<postgres.h>
1011
#include<utils/palloc.h>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp