summaryrefslogtreecommitdiff
path: root/nuttx/sched/sched_setupstreams.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sched_setupstreams.c')
-rw-r--r--nuttx/sched/sched_setupstreams.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/sched/sched_setupstreams.c b/nuttx/sched/sched_setupstreams.c
index a30a9259d..96d3c3939 100644
--- a/nuttx/sched/sched_setupstreams.c
+++ b/nuttx/sched/sched_setupstreams.c
@@ -1,8 +1,8 @@
/****************************************************************************
* sched_setupstreams.c
*
- * Copyright (C) 2007-2008, 2010-2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2007-2008, 2010-2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -43,7 +43,7 @@
#include <fcntl.h>
#include <nuttx/fs.h>
-#include <nuttx/net.h>
+#include <nuttx/net/net.h>
#include <nuttx/lib.h>
#if CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0