IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2005, 12:50:43 PM (21 years ago)
Author:
desonia
Message:

removed mysql/ prefix on the mysql include files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.h

    r3532 r3550  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-03-28 22:54:19 $
     12 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-03-29 22:50:43 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    2121#ifdef BUILD_PSDB
    2222
    23 #include <mysql/mysql.h>
    24 #include <pslib.h>
     23#include <mysql.h>
     24#include "pslib.h"
    2525
    2626/// @addtogroup DataBase
Note: See TracChangeset for help on using the changeset viewer.