Make include file consistent with the rest of libstand.
This commit is contained in:
parent
8f6b0040db
commit
d8038b19d8
@ -26,9 +26,10 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <stand.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "stand.h"
|
||||
|
||||
void
|
||||
__assert(const char *file, int line, const char *expression)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user