diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-23 20:45:04 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-23 20:45:04 +0100 |
commit | 4114aebeb33793fae59c1b39f83286ce19c5ea02 (patch) | |
tree | eaccbb544456df6a627bc4e702ed7976fcb67d9a /libsimple.h | |
parent | Some fixes and tests (diff) | |
download | libsimple-4114aebeb33793fae59c1b39f83286ce19c5ea02.tar.gz libsimple-4114aebeb33793fae59c1b39f83286ce19c5ea02.tar.bz2 libsimple-4114aebeb33793fae59c1b39f83286ce19c5ea02.tar.xz |
Split out memelem.h from mem.h
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 6fd226e..6e2c08f 100644 --- a/libsimple.h +++ b/libsimple.h @@ -72,6 +72,7 @@ #include "libsimple/env.h" #include "libsimple/time.h" #include "libsimple/mem.h" +#include "libsimple/memelem.h" #include "libsimple/str.h" #include "libsimple/strn.h" #include "libsimple/overflow.h" |