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.c

    r3546 r3550  
    1111 *  @author Joshua Hoblitt
    1212 *
    13  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-03-29 22:15:59 $
     13 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-03-29 22:50:43 $
    1515 *
    1616 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    2323#include <string.h>
    2424#include <math.h>
    25 #include <mysql/mysql.h>
    26 #include <mysql/mysql_com.h> // enum_field_types
     25#include <mysql.h>
     26#include <mysql_com.h> // enum_field_types
    2727
    2828#include "psDB.h"
Note: See TracChangeset for help on using the changeset viewer.