summaryrefslogtreecommitdiff
path: root/nuttx/libc/stdio
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-01 09:21:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-01 09:21:13 -0600
commit1a5060c28be4edffb32eabc2ad422254fcd72bb2 (patch)
tree9bf1a6e1ae07bb2e94af5a32604ff1b8463b0ac3 /nuttx/libc/stdio
parentd9bd2fca774a5c3499f7b3a258aa1506fdea526f (diff)
downloadpx4-nuttx-1a5060c28be4edffb32eabc2ad422254fcd72bb2.tar.gz
px4-nuttx-1a5060c28be4edffb32eabc2ad422254fcd72bb2.tar.bz2
px4-nuttx-1a5060c28be4edffb32eabc2ad422254fcd72bb2.zip
Misc changes for clean built od mikroe-stm32f4 configurations
Diffstat (limited to 'nuttx/libc/stdio')
-rw-r--r--nuttx/libc/stdio/lib_perror.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/libc/stdio/lib_perror.c b/nuttx/libc/stdio/lib_perror.c
index 181898329..16589e428 100644
--- a/nuttx/libc/stdio/lib_perror.c
+++ b/nuttx/libc/stdio/lib_perror.c
@@ -1,7 +1,7 @@
/****************************************************************************
* libc/stdio/lib_perror.c
*
- * Copyright (C) 2012 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2012-2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -40,6 +40,7 @@
#include <nuttx/config.h>
#include <stdio.h>
+#include <string.h>
#include <errno.h>
/****************************************************************************