diff options
author | David Robillard <d@drobilla.net> | 2022-03-12 18:42:45 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-03-12 18:42:45 -0500 |
commit | 14864d01399daa6b76e443b3ffddd90a6c5f678d (patch) | |
tree | b6df026125d7651eaf525420168ffb07440cfef3 /src/util.c | |
parent | b590c510015db3b3ff8201c557c51c38d26c9982 (diff) | |
download | lilv-14864d01399daa6b76e443b3ffddd90a6c5f678d.tar.gz lilv-14864d01399daa6b76e443b3ffddd90a6c5f678d.tar.bz2 lilv-14864d01399daa6b76e443b3ffddd90a6c5f678d.zip |
fixup! WIP: Port to serd1
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,10 +18,8 @@ #include "lilv_internal.h" #include "lilv/lilv.h" -#include "serd/serd.h" #include <sys/stat.h> -#include <sys/types.h> #include <ctype.h> #include <errno.h> @@ -30,6 +28,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <time.h> void lilv_free(void* ptr) |