2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>

* libgnat/ada_intrsupp.c, telnetd/check_passwd.c, telnetd/des.c,
	telnetd/genpw.c: Add include of config.h
This commit is contained in:
Joel Sherrill
2010-03-27 15:08:04 +00:00
parent beb13a44d4
commit ddeb7730ab
5 changed files with 37 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
/*
* COPYRIGHT (c) 1989-2010.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems.h>
#include <rtems/bspIo.h>