diff options
author | fche <fche> | 2007-04-11 18:19:15 +0000 |
---|---|---|
committer | fche <fche> | 2007-04-11 18:19:15 +0000 |
commit | d6d1daef5fb209d999d70b8240abdf908aa24769 (patch) | |
tree | cc721c8480387479f97fe1fc610266d56bb338fd | |
parent | ec176eb7b81c9fc4500bd4dc0db228a6900bcb0d (diff) | |
download | systemtap-steved-d6d1daef5fb209d999d70b8240abdf908aa24769.tar.gz systemtap-steved-d6d1daef5fb209d999d70b8240abdf908aa24769.tar.xz systemtap-steved-d6d1daef5fb209d999d70b8240abdf908aa24769.zip |
* tweak #include syntax
-rw-r--r-- | runtime/lket/b2a/lket_b2a.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lket/b2a/lket_b2a.h b/runtime/lket/b2a/lket_b2a.h index 3b360aa6..46ca91f6 100644 --- a/runtime/lket/b2a/lket_b2a.h +++ b/runtime/lket/b2a/lket_b2a.h @@ -4,7 +4,7 @@ #include <glib.h> #ifdef HAS_MYSQL -#include "/usr/include/mysql/mysql.h" +#include <mysql/mysql.h> #endif typedef struct _percpu_header { |