/[global]/global/htags/htags.c
ViewVC logotype

Diff of /global/htags/htags.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34 by shigio, Sat Feb 26 02:24:05 2005 UTC revision 1.35 by shigio, Thu Mar 3 23:52:17 2005 UTC
# Line 22  Line 22 
22  #ifdef HAVE_CONFIG_H  #ifdef HAVE_CONFIG_H
23  #include <config.h>  #include <config.h>
24  #endif  #endif
 #include <fcntl.h>  
25  #include <stdio.h>  #include <stdio.h>
26  #ifdef STDC_HEADERS  #ifdef STDC_HEADERS
27  #include <stdlib.h>  #include <stdlib.h>
# Line 30  Line 29 
29  #ifdef HAVE_UNISTD_H  #ifdef HAVE_UNISTD_H
30  #include <unistd.h>  #include <unistd.h>
31  #endif  #endif
32    #ifdef HAVE_FCNTL_H
33    #include <fcntl.h>
34    #else
35    #include <sys/file.h>
36    #endif
37  #include <signal.h>  #include <signal.h>
38  #include <sys/types.h>  #include <sys/types.h>
39  #include <sys/stat.h>  #include <sys/stat.h>

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26