syslog: Add header file inclusion to eliminate a warning; mm/iob: private function needs static storage class.

This commit is contained in:
Gregory Nutt
2017-05-16 12:26:23 -06:00
parent 6a3800f611
commit 5ce2ece134
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
*
****************************************************************************/
FAR struct iob_qentry_s *iob_alloc_qcommitted(void)
static FAR struct iob_qentry_s *iob_alloc_qcommitted(void)
{
FAR struct iob_qentry_s *iobq = NULL;
irqstate_t flags;