Merge lp:~mohyt/drizzle/trunk-bug-992758 into lp:drizzle

Proposed by Mohit Srivastava
Status: Merged
Approved by: Brian Aker
Approved revision: 2550
Merged at revision: 2551
Proposed branch: lp:~mohyt/drizzle/trunk-bug-992758
Merge into: lp:drizzle
Diff against target: 11 lines (+1/-1)
1 file modified
plugin/gearman_udf/function_map.cc (+1/-1)
To merge this branch: bzr merge lp:~mohyt/drizzle/trunk-bug-992758
Reviewer Review Type Date Requested Status
Drizzle Trunk Pending
Review via email: mp+104278@code.launchpad.net

Description of the change

libgearman change there structure to include the header file. This create problem in build of drizzle on ubuntu precise.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugin/gearman_udf/function_map.cc'
2--- plugin/gearman_udf/function_map.cc 2010-12-18 04:43:40 +0000
3+++ plugin/gearman_udf/function_map.cc 2012-05-01 18:24:23 +0000
4@@ -14,7 +14,7 @@
5 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
6
7 #include "function_map.h"
8-#include <libgearman/client.h>
9+#include <libgearman/gearman.h>
10 #include <string.h>
11 #include <stdlib.h>
12

Subscribers

People subscribed via source and target branches