From a8e091b0bcecc5a220f316d48664d424d779ffbb Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 30 Nov 2001 17:26:47 +0000 Subject: * libc/include/dirent.h: Protect against multiple inclusion. --- newlib/ChangeLog | 4 ++++ newlib/libc/include/dirent.h | 3 +++ 2 files changed, 7 insertions(+) (limited to 'newlib') diff --git a/newlib/ChangeLog b/newlib/ChangeLog index a314e1322..3e1a059bc 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2001-11-29 Christopher Faylor + + * libc/include/dirent.h: Protect against multiple inclusion. + 2001-11-27 Christopher Faylor * libc/include/sys/types.h: Define useconds_t. diff --git a/newlib/libc/include/dirent.h b/newlib/libc/include/dirent.h index 9e33a0dcb..6fefc03cb 100644 --- a/newlib/libc/include/dirent.h +++ b/newlib/libc/include/dirent.h @@ -1,3 +1,5 @@ +#ifndef _DIRENT_H_ +#define _DIRENT_H_ #ifdef __cplusplus extern "C" { #endif @@ -10,3 +12,4 @@ extern "C" { #ifdef __cplusplus } #endif +#endif /*_DIRENT_H_*/ -- cgit v1.2.3