]> git.cameronkatri.com Git - mandoc.git/blobdiff - term_tab.c
adjust test framework to not require a tty
[mandoc.git] / term_tab.c
index 5251a8425a3cb72ea8d24654ef95ba09680156f5..84b4c00c6e65f13bee9d8f885392f3b90b287edb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: term.c,v 1.119 2017/01/08 18:08:44 schwarze Exp $ */
+/* $Id: term_tab.c,v 1.6 2020/06/22 19:20:40 schwarze Exp $ */
 /*
  * Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
  *
@@ -14,6 +14,8 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
+#include "config.h"
+
 #include <sys/types.h>
 
 #include <stddef.h>