Make include file consistent with the rest of libstand.

This commit is contained in:
Mark Peek 2001-07-31 15:49:50 +00:00
parent 0ef5652e27
commit 44af2e3166
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80736

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)
{