*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1310 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-03-08 10:45:29 +00:00
parent 9ed4c4ee15
commit 3a7dce096c

18
kuser/kuser_locl.h Normal file
View File

@@ -0,0 +1,18 @@
/* $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__ */