autoconfed a little to make it compile.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@797 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-09-29 02:34:03 +00:00
parent 00faaa405e
commit 16e06de382
3 changed files with 21 additions and 19 deletions

View File

@@ -45,14 +45,16 @@
* [including the GNU Public Licence.]
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#ifndef MSDOS
#include <unistd.h>
#else
#include <io.h>
#endif
#include <string.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "des.h"
/* tisk tisk - the test keys don't all have odd parity :-( */