IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31067


Ignore:
Timestamp:
Mar 27, 2011, 12:38:03 PM (15 years ago)
Author:
eugene
Message:

fix build errors (missed pmErrorCodes.h)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmDetrendDB.c

    r31056 r31067  
    77#include <pslib.h>
    88
     9#include "pmErrorCodes.h"
    910#include "pmConfig.h"
    1011#include "pmConfigCommand.h"
     
    120121    PS_ASSERT_PTR_NON_NULL(config, NULL);
    121122
     123    psIOBuffer *buffer = NULL;
     124    psPipe *pipe = NULL;
     125    psMetadata *answer = NULL;
     126
    122127    int status, exit_status;
    123128    psString line = NULL;
     
    170175        psStringAppend(&line, " -airmass %f", options->twilight);
    171176    }
    172 
    173     psIOBuffer *buffer = NULL;
    174     psPipe *pipe = NULL;
    175     psMetadata *answer = NULL;
    176177
    177178    if (!pmConfigDatabaseCommand(&line, config)) {
Note: See TracChangeset for help on using the changeset viewer.