From 753ba4ca2b9fd1228e7d78f1412eac79d0f6b79c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 18 Mar 2007 07:37:23 +0000 Subject: [PATCH] =?UTF-8?q?2007-03-17=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libnetworking/sys/conf.h: Remove linesw, struct linesw, nlinesw. (Clash with termiostypes.h - PR 1229). --- cpukit/ChangeLog | 4 ++++ cpukit/score/src/heapwalk.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 9e0ba32aa8..0d9c081e8a 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2007-03-18 Ralf Corsépius + + * score/src/heapwalk.c: include stdlib.h. + 2007-03-17 Ralf Corsépius * libnetworking/sys/conf.h: Remove linesw, struct linesw, nlinesw. diff --git a/cpukit/score/src/heapwalk.c b/cpukit/score/src/heapwalk.c index b91afcb248..de0bdc9162 100644 --- a/cpukit/score/src/heapwalk.c +++ b/cpukit/score/src/heapwalk.c @@ -15,10 +15,11 @@ #include "config.h" #endif +#include /* abort */ + #include #include #include -#include /*PAGE *