Make include file consistent with the rest of libstand.

This commit is contained in:
mp 2001-07-31 15:49:50 +00:00
parent 09d5fb71b9
commit 9cd078f86a

View File

@ -26,9 +26,10 @@
* $FreeBSD$
*/
#include <stand.h>
#include <assert.h>
#include "stand.h"
void
__assert(const char *file, int line, const char *expression)
{