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

Diff for /mandoc/soelim.c between version 1.4 and 1.5

version 1.4, 2015/05/21 00:18:52 version 1.5, 2015/11/07 14:22:29
Line 29 
Line 29 
 #include <sys/types.h>  #include <sys/types.h>
   
 #include <ctype.h>  #include <ctype.h>
   #if HAVE_ERR
 #include <err.h>  #include <err.h>
   #endif
 #include <limits.h>  #include <limits.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb