USB host file uses DEBUGASSERT and so must include assert.h. Note by Brennan Ashton

This commit is contained in:
Gregory Nutt 2015-07-31 07:24:43 -06:00
parent a4df1c4482
commit e0fdd46292

View File

@ -1,7 +1,7 @@
/****************************************************************************
* drivers/usbhost/usbhost_findclass.c
*
* Copyright (C) 2010 Gregory Nutt. All rights reserved.
* Copyright (C) 2010, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@ -41,6 +41,7 @@
#include <sys/types.h>
#include <stdbool.h>
#include <assert.h>
#include <debug.h>
#include <nuttx/usb/usb.h>