]> git.cameronkatri.com Git - mandoc.git/blobdiff - chars.c
document new SEE ALSO .Xr warnings
[mandoc.git] / chars.c
diff --git a/chars.c b/chars.c
index d758d0ccbd1bd6d0a219b635ffc9e53f2a35e3dc..acea7db6b797117711ac483948db043f11a3fe05 100644 (file)
--- a/chars.c
+++ b/chars.c
@@ -1,4 +1,4 @@
-/*     $Id: chars.c,v 1.58 2014/07/23 15:00:08 schwarze Exp $ */
+/*     $Id: chars.c,v 1.59 2014/08/10 23:54:41 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,9 +15,9 @@
  * 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 <sys/types.h>
 
 #include <assert.h>
 #include <ctype.h>