summaryrefslogtreecommitdiff
path: root/nuttx/examples/udp/udp-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/udp/udp-server.c')
-rw-r--r--nuttx/examples/udp/udp-server.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/examples/udp/udp-server.c b/nuttx/examples/udp/udp-server.c
index 454efe653..495a71320 100644
--- a/nuttx/examples/udp/udp-server.c
+++ b/nuttx/examples/udp/udp-server.c
@@ -1,7 +1,7 @@
/****************************************************************************
* examples/udp/udp-server.c
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,6 @@
* Included Files
****************************************************************************/
-#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>