mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +03:00
To find uint32 on AIX.
This commit is contained in:
@ -47,6 +47,10 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "inet_aton.h"
|
#include "inet_aton.h"
|
||||||
|
|
||||||
|
#ifdef _AIX
|
||||||
|
#include <sys/ltypes.h> /* For definition of uint32 */
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check whether "cp" is a valid ascii representation
|
* Check whether "cp" is a valid ascii representation
|
||||||
* of an Internet address and convert to a binary address.
|
* of an Internet address and convert to a binary address.
|
||||||
|
Reference in New Issue
Block a user