编译sqlite3数据库c语言程序时出现fatal error: sqlite3.h: No such file or directory,找不到头文件的问题。原来是系统没有安装函数库。
执行下面语句解决:
sudo apt-get install libsqlite3-dev