summaryrefslogtreecommitdiff
path: root/srcx/jid.c
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2014-12-19 12:55:49 +0000
committerStef Walter <stef@thewalter.net>2014-12-19 12:57:44 +0000
commitdab652d0c66b35c171816ffff80c03d0537f7caa (patch)
treea15a55ba6d4a8982fa447f1dd0df81e2ff907a58 /srcx/jid.c
parent291114c12df4c31ddb6567cd243c811ca8978b93 (diff)
Updated to fix build problems with clang and FreeBSD 10.xHEADmaster
Diffstat (limited to 'srcx/jid.c')
-rw-r--r--srcx/jid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/srcx/jid.c b/srcx/jid.c
index a637eec..fbe5e24 100644
--- a/srcx/jid.c
+++ b/srcx/jid.c
@@ -43,6 +43,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
+#include <err.h>
#include "util.h"