]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_hash.c
Allow ERRORS in section 4; OpenBSD rev. 1.121.
[mandoc.git] / man_hash.c
index 86c5c40a199b8c62d8e166ccac3669fde1e42ed6..9961377ce46e03bd40307175554ccd0a931ce6b3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_hash.c,v 1.25 2011/07/24 18:15:14 kristaps Exp $ */
+/*     $Id: man_hash.c,v 1.26 2014/03/23 11:25:26 schwarze Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -23,7 +23,6 @@
 #include <assert.h>
 #include <ctype.h>
 #include <limits.h>
-#include <stdlib.h>
 #include <string.h>
 
 #include "man.h"