-/* $Id: st.c,v 1.11 2014/08/10 23:54:41 schwarze Exp $ */
+/* $Id: st.c,v 1.13 2015/10/06 18:32:20 schwarze Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
#include <string.h>
+#include "roff.h"
#include "mdoc.h"
#include "libmdoc.h"
#include "st.in"
- return(NULL);
+ return NULL;
}