mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 02:27:13 +08:00
12 lines
321 B
Diff
12 lines
321 B
Diff
|
--- gnokii-0.6.27/smsd/mysql.c~ 2009-06-18 23:56:18.000000000 +0200
|
||
|
+++ gnokii-0.6.27/smsd/mysql.c 2009-06-18 23:56:25.000000000 +0200
|
||
|
@@ -33,7 +33,7 @@
|
||
|
#include <string.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <glib.h>
|
||
|
-#include <mysql.h>
|
||
|
+#include <mysql/mysql.h>
|
||
|
#include "smsd.h"
|
||
|
#include "gnokii.h"
|
||
|
#include "compat.h"
|