boardctl: Last change uses DEBUGASSERT and, hence, requires inclusion of assert.h

This commit is contained in:
Pavel Pisa 2015-08-23 16:46:50 -06:00 committed by Gregory Nutt
parent 17b2f07cdb
commit b67c0e8df6

View File

@ -43,6 +43,7 @@
#include <sys/boardctl.h>
#include <stdint.h>
#include <errno.h>
#include <assert.h>
#include <nuttx/board.h>
#include <nuttx/binfmt/symtab.h>