diff options
author | Mattias Andrée <maandree@kth.se> | 2024-06-29 14:11:02 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-06-29 14:11:02 +0200 |
commit | da28397b3d731ab2bdca752c9d3b9cd1ae00c5a5 (patch) | |
tree | e1e2fc7361fc7f4224acb0e6f8939883dfc38044 /libsimple.h | |
parent | Add libsimple_{cmp,qsort}_* (diff) | |
download | libsimple-da28397b3d731ab2bdca752c9d3b9cd1ae00c5a5.tar.gz libsimple-da28397b3d731ab2bdca752c9d3b9cd1ae00c5a5.tar.bz2 libsimple-da28397b3d731ab2bdca752c9d3b9cd1ae00c5a5.tar.xz |
Fix C99 support
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libsimple.h')
-rw-r--r-- | libsimple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsimple.h b/libsimple.h index 1b22653..25e9a1a 100644 --- a/libsimple.h +++ b/libsimple.h @@ -152,8 +152,8 @@ #include "libsimple/valloc.h" #include "libsimple/pvallocz.h" #include "libsimple/pvalloc.h" -#include "libsimple/aligned_allocz.h" #include "libsimple/aligned_alloc.h" +#include "libsimple/aligned_allocz.h" #include "libsimple/posix_memalignz.h" #include "libsimple/posix_memalign.h" #include "libsimple/env.h" |