2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>

* libmisc/serdbg/serdbgcnf.h: Include <rtems/serdbg.h> instead of
        <serdbg.h>
	* libmisc/serdbg/termios_printk_cnf.h: Include <rtems/termios_printk.h>
        instead of <termios_printk.h>.
This commit is contained in:
Ralf Corsepius
2004-04-01 23:47:52 +00:00
parent 1d34ebfdbe
commit 9876707a73
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* libmisc/serdbg/serdbgcnf.h: Include <rtems/serdbg.h> instead of
<serdbg.h>
* libmisc/serdbg/termios_printk_cnf.h: Include <rtems/termios_printk.h>
instead of <termios_printk.h>.
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* libmisc/Makefile.am: Install serdbg.h, serdbgcnf.h,

View File

@@ -22,7 +22,7 @@
#ifndef _SERDBGCNF_H
#define _SERDBGCNF_H
#include "serdbg.h"
#include <rtems/serdbg.h>
#ifdef CONFIGURE_INIT

View File

@@ -22,7 +22,7 @@
#ifndef _TERMIOS_PRINTK_CNF_H
#define _TERMIOS_PRINTK_CNF_H
#include "termios_printk.h"
#include <rtems/termios_printk.h>
#ifdef CONFIGURE_INIT