summaryrefslogtreecommitdiff
path: root/nuttx/net/setsockopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/setsockopt.c')
-rw-r--r--nuttx/net/setsockopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/setsockopt.c b/nuttx/net/setsockopt.c
index 0c4e3d9e4..41fe2e3c3 100644
--- a/nuttx/net/setsockopt.c
+++ b/nuttx/net/setsockopt.c
@@ -1,7 +1,7 @@
/****************************************************************************
* net/setsockopt.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
@@ -45,7 +45,7 @@
#include <errno.h>
#include <arch/irq.h>
-#include "net-internal.h"
+#include "net_internal.h"
/****************************************************************************
* Global Functions