Merged in david_s5/nuttx-10/david_s5/fixes-warning-and-file-name-1487791178172 (pull request #218)

Fixes warning and file name

Approved-by: Gregory Nutt
This commit is contained in:
David Sidrane 2017-02-22 19:24:54 +00:00 committed by Gregory Nutt
commit ad1da7554d

View File

@ -1,7 +1,7 @@
/****************************************************************************
* libc/string/lib_strstr.c
* libc/string/lib_strcasestr.c
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Copyright (C) 2012, 2017 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use str source and binary forms, with or without
@ -40,6 +40,7 @@
#include <nuttx/config.h>
#include <string.h>
#include <strings.h>
#include <ctype.h>
/****************************************************************************