des-warning-cleanup-20011005

cleanup warnings from des (add headers)
This commit is contained in:
Nathan Neulinger 2001-10-05 22:19:20 +00:00 committed by Derrick Brashear
parent e841874510
commit 039e8b9279
2 changed files with 11 additions and 0 deletions

View File

@ -17,6 +17,16 @@ RCSID("$Header$");
#include <mit-cpyright.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_STRING_H
#include <string.h>
#else
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#endif
#include "des_internal.h"
extern void gen PROTOTYPE((FILE * stream));

View File

@ -15,6 +15,7 @@ RCSID("$Header$");
#include <mit-cpyright.h>
#include <stdio.h>
#include <stdlib.h>
#include "des_internal.h"
#define WANT_IP_TABLE