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

Commit90bcec3

Browse files
committed
To find uint32 on AIX.
1 parent0a3cee7 commit90bcec3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/backend/port/inet_aton.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
#include<ctype.h>
4848
#include"inet_aton.h"
4949

50+
#ifdef_AIX
51+
#include<sys/ltypes.h>/* For definition of uint32 */
52+
#endif
53+
5054
/*
5155
* Check whether "cp" is a valid ascii representation
5256
* of an Internet address and convert to a binary address.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp