From c382a1d9047c845deaecdf142fc57db8eb1f8f25 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: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2336 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/sched/sig_mqnotempty.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nuttx/sched/sig_mqnotempty.c') diff --git a/nuttx/sched/sig_mqnotempty.c b/nuttx/sched/sig_mqnotempty.c index ca2e7b49ad..a9f05e28b2 100644 --- a/nuttx/sched/sig_mqnotempty.c +++ b/nuttx/sched/sig_mqnotempty.c @@ -1,7 +1,7 @@ /**************************************************************************** * sched/sig_mqnotempty.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,11 +37,13 @@ * Included Files ****************************************************************************/ +#include #include -#include + #include #include #include + #include "os_internal.h" #include "sig_internal.h" -- cgit v1.2.3