]> git.cameronkatri.com Git - mandoc.git/blobdiff - dba_array.c
In one of the examples, the tbl(7) source code displayed
[mandoc.git] / dba_array.c
index 18c9f09f1a21aff4e2dcb67d98a19854f9064453..aaf02baa7c390b321f0fd9b7012049c191cf4ae5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: dba_array.c,v 1.1 2016/07/19 21:31:55 schwarze Exp $ */
+/* $Id: dba_array.c,v 1.2 2020/06/22 19:20:40 schwarze Exp $ */
 /*
  * Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
  *
@@ -17,6 +17,8 @@
  * Allocation-based arrays for the mandoc database, for read-write access.
  * The interface is defined in "dba_array.h".
  */
+#include "config.h"
+
 #include <assert.h>
 #include <stdint.h>
 #include <stdlib.h>