SYSLOG: Fix a compile problem with assertions enabled.

This commit is contained in:
Gregory Nutt 2016-06-21 07:24:14 -06:00
parent 9a22ed1095
commit 5385266756
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include <nuttx/config.h>
#include <sys/types.h>
#include <stdbool.h>
#include <assert.h>