aboutsummaryrefslogtreecommitdiffstats
path: root/libsimple.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-11-23 20:45:04 +0100
committerMattias Andrée <maandree@kth.se>2018-11-23 20:45:04 +0100
commit4114aebeb33793fae59c1b39f83286ce19c5ea02 (patch)
treeeaccbb544456df6a627bc4e702ed7976fcb67d9a /libsimple.h
parentSome fixes and tests (diff)
downloadlibsimple-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.h1
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"