summaryrefslogtreecommitdiff
path: root/nuttx/net/net_vfcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/net_vfcntl.c')
-rw-r--r--nuttx/net/net_vfcntl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/net/net_vfcntl.c b/nuttx/net/net_vfcntl.c
index e1f84a419..7650264bf 100644
--- a/nuttx/net/net_vfcntl.c
+++ b/nuttx/net/net_vfcntl.c
@@ -1,8 +1,8 @@
/****************************************************************************
* net/net_vfcntl.c
*
- * Copyright (C) 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2009, 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
@@ -46,7 +46,7 @@
#include <errno.h>
#include <arch/irq.h>
-#include <nuttx/net.h>
+#include <nuttx/net/net.h>
#include "net_internal.h"
#if defined(CONFIG_NET) && CONFIG_NSOCKET_DESCRIPTORS > 0