summaryrefslogtreecommitdiff
path: root/nuttx/lib/lib_strcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/lib_strcat.c')
-rw-r--r--nuttx/lib/lib_strcat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/lib/lib_strcat.c b/nuttx/lib/lib_strcat.c
index b6eb23a6b..e1104f4d4 100644
--- a/nuttx/lib/lib_strcat.c
+++ b/nuttx/lib/lib_strcat.c
@@ -1,7 +1,7 @@
/****************************************************************************
* lib/lib_strcat.c
*
- * Copyright (C) 2007, 2008 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
@@ -38,7 +38,7 @@
****************************************************************************/
#include <nuttx/config.h>
-#include <sys/types.h>
+
#include <string.h>
/****************************************************************************