To find uint32 on AIX.

This commit is contained in:
Bruce Momjian 1997-09-14 04:06:20 +00:00
parent 0a3cee72ac
commit 90bcec36c1
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@
#include <ctype.h>
#include "inet_aton.h"
#ifdef _AIX
#include <sys/ltypes.h> /* For definition of uint32 */
#endif
/*
* Check whether "cp" is a valid ascii representation
* of an Internet address and convert to a binary address.