]> git.cameronkatri.com Git - mandoc.git/blobdiff - st.c
Fixed re-adjustment of scope in exiting roff instructions (libman).
[mandoc.git] / st.c
diff --git a/st.c b/st.c
index 37cb70fb45efdeb3a9ccd08489271640e3999f70..e8b4862f235d90d3a525b51acfb514f49c3e8c6c 100644 (file)
--- a/st.c
+++ b/st.c
@@ -1,4 +1,4 @@
-/*     $Id: st.c,v 1.5 2009/10/26 17:05:44 kristaps Exp $ */
+/*     $Id: st.c,v 1.6 2010/01/01 17:14:30 kristaps Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
  * 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 <stdlib.h>
 #include <string.h>
 #include <time.h>