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

Diff for /mandoc/mandoc_ohash.c between version 1.1 and 1.2

version 1.1, 2015/10/13 15:53:05 version 1.2, 2015/10/19 18:58:47
Line 16 
Line 16 
  */   */
 #include <sys/types.h>  #include <sys/types.h>
 #include <stddef.h>  #include <stddef.h>
   #include <stdint.h>
 #include <stdlib.h>  #include <stdlib.h>
   
 #include "mandoc_aux.h"  #include "mandoc_aux.h"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb