diff options
author | Mattias Andrée <maandree@kth.se> | 2024-05-05 20:50:12 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-05-05 20:50:12 +0200 |
commit | b663b8ca0207d7e3b9bd84a69e6090133a8d0ce1 (patch) | |
tree | 4dfde40daeb7bbcdcb8d067b0d2b4a5d0bd29443 /libsimple.h | |
parent | m + add ascii.h and exec.h (diff) | |
download | libsimple-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.h | 1 |
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" /** |