git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@211 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-01-05 15:04:50 +00:00
parent 471a9abd7c
commit c6d1dd607d

View File

@@ -9,6 +9,9 @@ static char copyright[] = "Copyright (c) 1990 Regents of the University of Calif
static char SccsId[] = "@(#)@(#)pop_xmit.c 2.1 2.1 3/18/91"; static char SccsId[] = "@(#)@(#)pop_xmit.c 2.1 2.1 3/18/91";
#endif /* not lint */ #endif /* not lint */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif /* HAVE_CONFIG_H */
#include <stdio.h> #include <stdio.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/file.h> #include <sys/file.h>