From 59f367c060c408a9c9f2ee6db3a4fd498c4a2724 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 14 Dec 2009 18:39:29 +0000 Subject: Switching to C99 stdint.h types git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2336 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/pthread_mutexattrdestroy.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'nuttx/sched/pthread_mutexattrdestroy.c') diff --git a/nuttx/sched/pthread_mutexattrdestroy.c b/nuttx/sched/pthread_mutexattrdestroy.c index 72568e133..64e6bbd75 100644 --- a/nuttx/sched/pthread_mutexattrdestroy.c +++ b/nuttx/sched/pthread_mutexattrdestroy.c @@ -1,7 +1,7 @@ /**************************************************************************** - * pthread_mutexattrdestroy.c + * sched/pthread_mutexattrdestroy.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 @@ -37,10 +37,12 @@ * Included Files ****************************************************************************/ -#include +#include + #include #include #include + #include "pthread_internal.h" /**************************************************************************** -- cgit v1.2.3