/[pengfork]/pengfork/src/p3/ack.c
ViewVC logotype

Diff of /pengfork/src/p3/ack.c

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

revision 1.10 by chupa, Thu Dec 5 00:12:16 2002 UTC revision 1.11 by chupa, Fri Dec 6 23:05:29 2002 UTC
# Line 19  Line 19 
19   * 02111-1307, USA.   * 02111-1307, USA.
20   *                   *                
21   */   */
22    
23  #include <stdlib.h>  #if HAVE_CONFIG_H
24    # include "config.h"
25    #endif
26    
27    #if STDC_HEADERS
28    # include <stdlib.h>
29    # include <stddef.h>
30    #else
31    # if HAVE_STDLIB_H
32    #  include <stdlib.h>
33    # endif
34    #endif
35    
36  #include "window.h"  #include "window.h"
37  #include "log.h"  #include "log.h"
38    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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