diff options
author | Alex Auvolat <alex@adnab.me> | 2016-07-16 15:59:46 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2016-07-16 15:59:46 +0200 |
commit | 3d6a857b9186ef6304ea6cf04627c2b787169f29 (patch) | |
tree | 756179ce1e1838f75c57e3efec2a570d72051594 /src/lib/include/assert.h | |
parent | 59000174aa50ed6b2d24a71576d15e6a53c5be0c (diff) | |
download | kogata-3d6a857b9186ef6304ea6cf04627c2b787169f29.tar.gz kogata-3d6a857b9186ef6304ea6cf04627c2b787169f29.zip |
Make way for libc implementation
Diffstat (limited to 'src/lib/include/assert.h')
-rw-r--r-- | src/lib/include/assert.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/include/assert.h b/src/lib/include/assert.h index af02bb5..655d6f6 100644 --- a/src/lib/include/assert.h +++ b/src/lib/include/assert.h @@ -1,6 +1,5 @@ #pragma once -// TODO - +#include <kogata/debug.h> /* vim: set sts=0 ts=4 sw=4 tw=0 noet :*/ |