From 6260f872623acfe046f62a728405dbadc2a60c8c Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 14 Dec 2009 19:30:18 +0000 Subject: Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2337 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/wd_internal.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nuttx/sched/wd_internal.h') diff --git a/nuttx/sched/wd_internal.h b/nuttx/sched/wd_internal.h index c62467439..2a64d9eaf 100644 --- a/nuttx/sched/wd_internal.h +++ b/nuttx/sched/wd_internal.h @@ -42,13 +42,10 @@ #include +#include #include #include -/************************************************************************ - * Compilations Switches - ************************************************************************/ - /************************************************************************ * Definitions ************************************************************************/ -- cgit v1.2.3