summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/pthread_condattrdestroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/pthread_condattrdestroy.c')
-rw-r--r--nuttx/sched/pthread_condattrdestroy.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/sched/pthread_condattrdestroy.c b/nuttx/sched/pthread_condattrdestroy.c
index e1d4d41fda..99e261ce20 100644
--- a/nuttx/sched/pthread_condattrdestroy.c
+++ b/nuttx/sched/pthread_condattrdestroy.c
@@ -1,7 +1,7 @@
/****************************************************************************
- * pthread_condattrdestroy.c
+ * sched/pthread_condattrdestroy.c
*
- * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,8 @@
* Included Files
****************************************************************************/
-#include <sys/types.h>
+#include <nuttx/config.h>
+
#include <pthread.h>
#include <debug.h>
#include <errno.h>