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

Diff for /mandoc/mandoc_aux.c between version 1.8 and 1.9

version 1.8, 2015/11/06 16:30:33 version 1.9, 2015/11/07 14:22:29
Line 19 
Line 19 
   
 #include <sys/types.h>  #include <sys/types.h>
   
   #if HAVE_ERR
 #include <err.h>  #include <err.h>
   #endif
 #include <stdarg.h>  #include <stdarg.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <stdio.h>  #include <stdio.h>

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb