提交 90bcec36 编写于 作者: B Bruce Momjian

To find uint32 on AIX.

上级 0a3cee72
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册