]> git.cameronkatri.com Git - mandoc.git/blobdiff - tree.c
Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.
[mandoc.git] / tree.c
diff --git a/tree.c b/tree.c
index 7574209befd8a40550d475c2b6bb34fc4db2d139..140e51afa6f69a2776f48ecbee08d2994b012e13 100644 (file)
--- a/tree.c
+++ b/tree.c
@@ -1,4 +1,4 @@
-/*     $Id: tree.c,v 1.53 2014/07/02 07:10:38 schwarze Exp $ */
+/*     $Id: tree.c,v 1.54 2014/08/10 23:54:41 schwarze Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,9 +15,9 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
+
+#include <sys/types.h>
 
 #include <assert.h>
 #include <limits.h>