diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-03 14:35:17 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-03 14:35:17 +0100 |
commit | c87d096d1cbae956c740f7763d7cfe101b1b33f8 (patch) | |
tree | 27f216b575aba76fc6714cabe4c0a3bede310ca1 /src | |
parent | simplify and fix bugs (diff) | |
download | librarian-c87d096d1cbae956c740f7763d7cfe101b1b33f8.tar.gz librarian-c87d096d1cbae956c740f7763d7cfe101b1b33f8.tar.bz2 librarian-c87d096d1cbae956c740f7763d7cfe101b1b33f8.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ */ #include <stdlib.h> #include <string.h> +#include <errno.h> #include <assert.h> |