Make include file consistent with the rest of libstand.

This commit is contained in:
mp 2001-07-31 15:49:50 +00:00
parent 8f6b0040db
commit d8038b19d8

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