mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
des-warning-cleanup-20011005
cleanup warnings from des (add headers)
This commit is contained in:
parent
e841874510
commit
039e8b9279
@ -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));
|
||||
|
@ -15,6 +15,7 @@ RCSID("$Header$");
|
||||
|
||||
#include <mit-cpyright.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "des_internal.h"
|
||||
|
||||
#define WANT_IP_TABLE
|
||||
|
Loading…
Reference in New Issue
Block a user