-/* $Id: lib.c,v 1.11 2014/08/10 23:54:41 schwarze Exp $ */
+/* $Id: lib.c,v 1.15 2018/12/13 11:55:46 schwarze Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
#include "config.h"
#include <sys/types.h>
-
#include <string.h>
-#include "mdoc.h"
+#include "roff.h"
#include "libmdoc.h"
#define LINE(x, y) \
#include "lib.in"
- return(NULL);
+ return NULL;
}