Changeset 79290f for pcp/src/excor.c


Ignore:
Timestamp:
Jun 7, 2008, 1:13:29 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
02bc3c
Parents:
a97897
Message:

config.h is included in each and every file. After trying to compile on JUMP (with xlc).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/excor.c

    ra97897 r79290f  
    2727  $Id: excor.c,v 1.47 2007-03-29 13:37:25 foo Exp $
    2828*/
     29
     30#ifdef HAVE_CONFIG_H
     31#include <config.h>
     32#endif
    2933
    3034#include <stdlib.h>
Note: See TracChangeset for help on using the changeset viewer.