From 33d20a1c87eb7cae586cc0d444729eda6c46e723 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 14 Dec 2009 20:51:11 +0000 Subject: Switching to C99 stdint.h types git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2338 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/lib/lib_libfread.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'nuttx/lib/lib_libfread.c') diff --git a/nuttx/lib/lib_libfread.c b/nuttx/lib/lib_libfread.c index 0ff12d0dd..52f80fee8 100644 --- a/nuttx/lib/lib_libfread.c +++ b/nuttx/lib/lib_libfread.c @@ -1,7 +1,7 @@ /**************************************************************************** * lib/lib_libfread.c * - * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -33,24 +33,23 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ #include /* for CONFIG_STDIO_BUFFER_SIZE */ + +#include #include #include #include #include #include + #include "lib_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** -- cgit v1.2.3