Merge lp:~mordred/gearmand/fix-common-h into lp:gearmand/1.0

Proposed by Monty Taylor
Status: Merged
Merged at revision: not available
Proposed branch: lp:~mordred/gearmand/fix-common-h
Merge into: lp:gearmand/1.0
Diff against target: 13 lines (+3/-0)
1 file modified
libgearman/common.h (+3/-0)
To merge this branch: bzr merge lp:~mordred/gearmand/fix-common-h
Reviewer Review Type Date Requested Status
Gearman-developers Pending
Review via email: mp+19650@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Monty Taylor (mordred) wrote :

Just for the record.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libgearman/common.h'
2--- libgearman/common.h 2010-01-06 01:18:09 +0000
3+++ libgearman/common.h 2010-02-18 19:52:16 +0000
4@@ -52,6 +52,9 @@
5 #ifdef HAVE_SYS_UTSNAME_H
6 #include <sys/utsname.h>
7 #endif
8+#ifdef HAVE_SYS_TYPES_H
9+#include <sys/types.h>
10+#endif
11 #ifdef HAVE_NETINET_TCP_H
12 #include <netinet/tcp.h>
13 #endif

Subscribers

People subscribed via source and target branches