summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_structs.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-01-29 18:11:46 +0000
committerAndrey Hristov <andrey@php.net>2008-01-29 18:11:46 +0000
commit829831f5bae038fd375fc5cbd66ae1d0f19a07ff (patch)
treebe2c5717d7509811e16eb3cd2dcf1140fdf7e866 /ext/mysqlnd/mysqlnd_structs.h
parentc08da2a66de6f9c07540ecf75e140b3707678021 (diff)
downloadphp-git-829831f5bae038fd375fc5cbd66ae1d0f19a07ff.tar.gz
Fix the build, add a missing file
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r--ext/mysqlnd/mysqlnd_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h
index 8fca5f7ce3..55f15fd9f8 100644
--- a/ext/mysqlnd/mysqlnd_structs.h
+++ b/ext/mysqlnd/mysqlnd_structs.h
@@ -448,7 +448,7 @@ struct st_mysqlnd_connection
/* stats */
MYSQLND_STATS stats;
-#ifdef ZTS
+#ifdef MYSQLND_THREADED
MUTEX_T LOCK_state;
pthread_cond_t COND_work_done;