Files
heimdal/kuser/kuser_locl.h
Johan Danielsson 3a7dce096c *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1310 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-03-08 10:45:29 +00:00

19 lines
282 B
C

/* $Id$ */
#ifndef __KUSER_LOCL_H__
#define __KUSER_LOCL_H__
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <pwd.h>
#include <sys/types.h>
#include <sys/time.h>
#include <krb5.h>
#endif /* __KUSER_LOCL_H__ */