Files
heimdal/kuser/kuser_locl.h
Assar Westerlund 49a21264f9 roken.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2061 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-07-08 23:22:33 +00:00

20 lines
301 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 <roken.h>
#include <krb5.h>
#endif /* __KUSER_LOCL_H__ */