diff options
author | Mattias Andrée <maandree@kth.se> | 2024-01-29 17:38:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-01-29 17:38:47 +0100 |
commit | 398671adea37ed0390e83a627cd31e29ea944c7d (patch) | |
tree | e06d3d3578ab825a766b3f98c83992b1d4bf6506 /libsimple.h | |
parent | Add to*, *diff, *abs, *uabs, and random_{bits,float,signed,unsigned} (diff) | |
download | libsimple-398671adea37ed0390e83a627cd31e29ea944c7d.tar.gz libsimple-398671adea37ed0390e83a627cd31e29ea944c7d.tar.bz2 libsimple-398671adea37ed0390e83a627cd31e29ea944c7d.tar.xz |
Add libsimple_bindtemp_un
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 bdfc7c7..1d72f46 100644 --- a/libsimple.h +++ b/libsimple.h @@ -167,6 +167,7 @@ #include "libsimple/search.h" #include "libsimple/random.h" #include "libsimple/abs.h" +#include "libsimple/net.h" /** |