[BACK]Return to mandocdb.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mandocdb.c between version 1.156 and 1.157

version 1.156, 2014/08/10 23:54:41 version 1.157, 2014/08/11 01:39:00
Line 25 
Line 25 
 #include <ctype.h>  #include <ctype.h>
 #include <errno.h>  #include <errno.h>
 #include <fcntl.h>  #include <fcntl.h>
   #ifdef HAVE_FTS
 #include <fts.h>  #include <fts.h>
   #else
   #include "compat_fts.h"
   #endif
 #include <getopt.h>  #include <getopt.h>
 #include <limits.h>  #include <limits.h>
 #include <stddef.h>  #include <stddef.h>

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157

CVSweb