aboutsummaryrefslogtreecommitdiffstats
path: root/libsimple.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-05-05 20:50:12 +0200
committerMattias Andrée <maandree@kth.se>2024-05-05 20:50:12 +0200
commitb663b8ca0207d7e3b9bd84a69e6090133a8d0ce1 (patch)
tree4dfde40daeb7bbcdcb8d067b0d2b4a5d0bd29443 /libsimple.h
parentm + add ascii.h and exec.h (diff)
downloadlibsimple-b663b8ca0207d7e3b9bd84a69e6090133a8d0ce1.tar.gz
libsimple-b663b8ca0207d7e3b9bd84a69e6090133a8d0ce1.tar.bz2
libsimple-b663b8ca0207d7e3b9bd84a69e6090133a8d0ce1.tar.xz
Add libsimple_{cmp,qsort}_*
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libsimple.h')
-rw-r--r--libsimple.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsimple.h b/libsimple.h
index f1e479c..1b22653 100644
--- a/libsimple.h
+++ b/libsimple.h
@@ -171,6 +171,7 @@
#include "libsimple/path.h"
#include "libsimple/ascii.h"
#include "libsimple/exec.h"
+#include "libsimple/sort.h"
/**