afsutil-includes-20060623

Include <afs/afsutil.h> for prototypes of afs_inet_ntoa and afs_inet_ntoa_r.
This commit is contained in:
Christopher Allen Wing 2006-06-24 06:47:09 +00:00 committed by Russ Allbery
parent 7f219ecd38
commit 2a1aff4104
3 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,7 @@ RCSID
#include <rx/rx.h>
#include <lock.h>
#include <afs/afs_args.h>
#include <afs/afsutil.h>
extern struct hostent *hostutil_GetHostByName();

View File

@ -23,6 +23,8 @@ RCSID
#include "xstat_cm.h" /*Interface for this module */
#include <lwp.h> /*Lightweight process package */
#include <afs/afsutil.h>
#ifdef HAVE_STRING_H
#include <string.h>
#else

View File

@ -23,6 +23,8 @@ RCSID
#include "xstat_fs.h" /*Interface for this module */
#include <lwp.h> /*Lightweight process package */
#include <afs/afsutil.h>
#ifdef HAVE_STRING_H
#include <string.h>
#else