aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-12-03 14:35:17 +0100
committerMattias Andrée <maandree@operamail.com>2015-12-03 14:35:17 +0100
commitc87d096d1cbae956c740f7763d7cfe101b1b33f8 (patch)
tree27f216b575aba76fc6714cabe4c0a3bede310ca1
parentsimplify and fix bugs (diff)
downloadlibrarian-c87d096d1cbae956c740f7763d7cfe101b1b33f8.tar.gz
librarian-c87d096d1cbae956c740f7763d7cfe101b1b33f8.tar.bz2
librarian-c87d096d1cbae956c740f7763d7cfe101b1b33f8.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index fb78e17..04c8dbc 100644
--- a/src/util.h
+++ b/src/util.h
@@ -23,6 +23,7 @@
*/
#include <stdlib.h>
#include <string.h>
+#include <errno.h>
#include <assert.h>