summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread/pthread_condtimedwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/pthread/pthread_condtimedwait.c')
-rw-r--r--nuttx/sched/pthread/pthread_condtimedwait.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/sched/pthread/pthread_condtimedwait.c b/nuttx/sched/pthread/pthread_condtimedwait.c
index 4505225b2..766f9bbcd 100644
--- a/nuttx/sched/pthread/pthread_condtimedwait.c
+++ b/nuttx/sched/pthread/pthread_condtimedwait.c
@@ -1,7 +1,7 @@
/****************************************************************************
* sched/pthread/pthread_condtimedwait.c
*
- * Copyright (C) 2007-2009, 2013 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009, 2013-2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -47,9 +47,10 @@
#include <time.h>
#include <errno.h>
#include <assert.h>
-#include <wdog.h>
#include <debug.h>
+#include <nuttx/wdog.h>
+
#include "sched/sched.h"
#include "pthread/pthread.h"
#include "clock/clock.h"