Changeset 25
- Timestamp:
- 11/29/02 16:20:08 (10 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/modules/gmysqlbackend/smysql.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/modules/gmysqlbackend/smysql.hh
r6 r25 1 1 /* Copyright 2001 Netherlabs BV, bert.hubert@netherlabs.nl. See LICENSE 2 2 for more information. 3 $Id: smysql.hh,v 1. 1 2002/11/27 15:23:16ahu Exp $ */3 $Id: smysql.hh,v 1.2 2002/11/29 15:20:08 ahu Exp $ */ 4 4 #ifndef SMYSQL_HH 5 5 #define SMYSQL_HH 6 6 7 #include <mysql /mysql.h>7 #include <mysql.h> 8 8 #include "ssql.hh" 9 9