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

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

version 1.3, 2011/11/13 10:12:05 version 1.4, 2011/11/13 10:49:57
Line 7 
Line 7 
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
 #include "apropos_db.h"  
 #include "mandoc.h"  #include "mandoc.h"
   #include "mandocdb.h"
   #include "apropos_db.h"
   
 /*  /*
  * The page a request is trying to make.   * The page a request is trying to make.

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

CVSweb