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

    ra97897 r79290f  
    44   $Id: pdbformat.c,v 1.9 2006/03/30 22:19:52 foo Exp $
    55*/
     6
     7#ifdef HAVE_CONFIG_H
     8#include <config.h>
     9#endif
    610
    711#include<stdio.h>
Note: See TracChangeset for help on using the changeset viewer.