Changeset 79290f for pcp/src/run.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/run.c

    ra97897 r79290f  
    2222  $Id: run.c,v 1.101.2.2 2007-04-21 13:01:13 foo Exp $
    2323*/
     24
     25#ifdef HAVE_CONFIG_H
     26#include <config.h>
     27#endif
    2428
    2529#include <signal.h>
Note: See TracChangeset for help on using the changeset viewer.