From 1e35c3c63aeeccae392ead7bbb905640686045d5 Mon Sep 17 00:00:00 2001
From: Dan Hirsch <thequux@thequux.com>
Date: Tue, 13 Nov 2012 22:51:31 -0500
Subject: [PATCH] Fixed build error on OSX... I think.

---
 src/hammer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hammer.c b/src/hammer.c
index 14db6a80..2333a797 100644
--- a/src/hammer.c
+++ b/src/hammer.c
@@ -17,7 +17,7 @@
 
 #include <assert.h>
 #include <ctype.h>
-#include <error.h>
+#include <err.h>
 #include <limits.h>
 #include <stdarg.h>
 #include <string.h>
-- 
GitLab