mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
- Utilize OPTIONS - Assign maintainership to submitter PR: ports/63821 Submitted by: Sergey Matveychuk <sem@ciam.ru>
10 lines
244 B
C++
10 lines
244 B
C++
--- src/driver_mysql/mysqlBindParam.cpp.orig Sat Mar 6 03:45:41 2004
|
|
+++ src/driver_mysql/mysqlBindParam.cpp Sat Mar 6 03:45:59 2004
|
|
@@ -18,7 +18,7 @@
|
|
*
|
|
*/
|
|
|
|
-
|
|
+#include <stdio.h>
|
|
#include "mysqlBindParam.h"
|
|
#include "dbconnectTypes.h"
|