projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a3a3d7
)
Include sys/uio.h for struct iovec
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 15 Jun 2009 03:55:12 +0000
(23:55 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 15 Jun 2009 03:55:12 +0000
(23:55 -0400)
This fixes the build on OS X, bug 585280.
gio/gsocket.c
patch
|
blob
|
history
diff --git
a/gio/gsocket.c
b/gio/gsocket.c
index f352bf75534966c1e4bd1b03d7ddfa0507d56add..0670ee42b7907d3d9d1b59a502a953f45b235428 100644
(file)
--- a/
gio/gsocket.c
+++ b/
gio/gsocket.c
@@
-38,6
+38,8
@@
# include <unistd.h>
#endif
+#include <sys/uio.h>
+
#include "gsocket.h"
#include "gcancellable.h"
#include "gioenumtypes.h"