aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-06-29 14:11:02 +0200
committerMattias Andrée <maandree@kth.se>2024-06-29 14:11:02 +0200
commitda28397b3d731ab2bdca752c9d3b9cd1ae00c5a5 (patch)
treee1e2fc7361fc7f4224acb0e6f8939883dfc38044
parentAdd libsimple_{cmp,qsort}_* (diff)
downloadlibsimple-da28397b3d731ab2bdca752c9d3b9cd1ae00c5a5.tar.gz
libsimple-da28397b3d731ab2bdca752c9d3b9cd1ae00c5a5.tar.bz2
libsimple-da28397b3d731ab2bdca752c9d3b9cd1ae00c5a5.tar.xz
Fix C99 support
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--libsimple.h2
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"