]> git.cameronkatri.com Git - mandoc.git/blobdiff - arch.c
Fixed my breaking of Ingo's eoln-whitespace detection code, where a
[mandoc.git] / arch.c
diff --git a/arch.c b/arch.c
index a9dc9bc1c730a7b37c7e752066c294f1eaa91aa8..61204969658156b39c60af4239f42f66c6f7253e 100644 (file)
--- a/arch.c
+++ b/arch.c
@@ -1,4 +1,4 @@
-/*     $Id: arch.c,v 1.4 2009/06/10 20:18:43 kristaps Exp $ */
+/*     $Id: arch.c,v 1.7 2010/05/17 22:11:42 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>
 
+#include "mandoc.h"
 #include "libmdoc.h"
 
 #define LINE(x, y) \