From 30c1d1028dc549263fbdce2dedddbb4eb1047d11 Mon Sep 17 00:00:00 2001
From: patacongo
Date: Fri, 23 Mar 2007 16:02:36 +0000
Subject: [PATCH] limits.h is also a required file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@129 42af7a65-404d-4744-a932-0658087f49c3
---
Documentation/NuttxPortingGuide.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index 707c8001f2..f1ac32c485 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -176,7 +176,8 @@ below and discussed in the following paragraphs:
|-- include
| |-- arch.h
| |-- irq.h
- | `-- types.h
+ | |-- types.h
+ | `-- limits.h
`-- src
|-- Makefile
`-- (architecture-specific source files)