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

Diff for /mandoc/dba.c between version 1.3 and 1.4

version 1.3, 2016/07/29 15:29:32 version 1.4, 2016/08/05 21:38:11
Line 18 
Line 18 
  * The interface is defined in "dba.h".   * The interface is defined in "dba.h".
  */   */
 #include <sys/types.h>  #include <sys/types.h>
   #include <endian.h>
 #include <errno.h>  #include <errno.h>
 #include <stdint.h>  #include <stdint.h>
 #include <stdlib.h>  #include <stdlib.h>

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

CVSweb