diff options
| author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-11-30 19:08:59 +1100 |
|---|---|---|
| committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-11-30 19:08:59 +1100 |
| commit | 2b8ac8212b7a36fde565ed82675f88f52b1217b8 (patch) | |
| tree | f760337359f9acc02ede092711defbe975d583fc | |
| parent | 64357b2dae0eb946cfcba4406a19067f11aeabe3 (diff) | |
| download | ffs-2b8ac8212b7a36fde565ed82675f88f52b1217b8.tar.gz ffs-2b8ac8212b7a36fde565ed82675f88f52b1217b8.zip | |
clib: include system assert.h
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
| -rw-r--r-- | clib/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clib/list.h b/clib/list.h index f753794..a7f64bd 100644 --- a/clib/list.h +++ b/clib/list.h @@ -78,9 +78,9 @@ #include <stdint.h> #include <stdbool.h> #include <stdio.h> +#include <assert.h> #include "builtin.h" -#include "assert.h" #include "type.h" /* ==================================================================== */ |

