summaryrefslogtreecommitdiff
path: root/nuttx/net/getsockname.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/getsockname.c')
-rw-r--r--nuttx/net/getsockname.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/net/getsockname.c b/nuttx/net/getsockname.c
index 3af89b762..6706e5e1e 100644
--- a/nuttx/net/getsockname.c
+++ b/nuttx/net/getsockname.c
@@ -1,8 +1,8 @@
/****************************************************************************
* net/getsockname.c
*
- * Copyright (C) 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2011-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
@@ -44,8 +44,8 @@
#include <errno.h>
-#include <nuttx/net.h>
-#include <net/uip/uip-arch.h>
+#include <nuttx/net/net.h>
+#include <nuttx/net/uip/uip-arch.h>
#include "net_internal.h"