summaryrefslogtreecommitdiff
path: root/nuttx/net/getsockopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/getsockopt.c')
-rw-r--r--nuttx/net/getsockopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/getsockopt.c b/nuttx/net/getsockopt.c
index 5b96762c0..186de82af 100644
--- a/nuttx/net/getsockopt.c
+++ b/nuttx/net/getsockopt.c
@@ -1,7 +1,7 @@
/****************************************************************************
* net/getsockopt.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