Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] I want to modify the Makefile to add some lib of mysql

From: Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>
Date: Thu, 6 Jan 2011 22:44:21 -0700
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.