On Fri, Jan 07, 2011 at 11:32:31AM +0800, 刘昆 wrote: > If I export CPPFLAGS=-I/usr/include/mysql > > Why should I use "#include<mysql/mysql.h>" not "#include<mysql.h>" ?
You're right - #include <mysql.h> should be sufficient. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
