summaryrefslogtreecommitdiff
path: root/nuttx/net/bind.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/bind.c')
-rw-r--r--nuttx/net/bind.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/bind.c b/nuttx/net/bind.c
index d75245c8a..381a554bb 100644
--- a/nuttx/net/bind.c
+++ b/nuttx/net/bind.c
@@ -1,7 +1,7 @@
/****************************************************************************
* net/bind.c
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -44,7 +44,7 @@
#include <sys/socket.h>
#include <errno.h>
-#include "net-internal.h"
+#include "net_internal.h"
/****************************************************************************
* Global Functions