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

Diff for /mandoc/main.c between version 1.340 and 1.341

version 1.340, 2019/07/28 19:41:21 version 1.341, 2020/01/20 10:37:15
Line 32 
Line 32 
 #include <errno.h>  #include <errno.h>
 #include <fcntl.h>  #include <fcntl.h>
 #include <glob.h>  #include <glob.h>
   #include <limits.h>
 #if HAVE_SANDBOX_INIT  #if HAVE_SANDBOX_INIT
 #include <sandbox.h>  #include <sandbox.h>
 #endif  #endif

Legend:
Removed from v.1.340  
changed lines
  Added in v.1.341

CVSweb