[glib] genviron: #include fixups
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] genviron: #include fixups
- Date: Mon, 17 Oct 2011 01:41:35 +0000 (UTC)
commit 1b018a8bb2c4c508fe8e3996a31210d655b70d30
Author: Ryan Lortie <desrt desrt ca>
Date: Sun Oct 16 21:13:22 2011 -0400
genviron: #include fixups
glib/genviron.c | 2 ++
glib/genviron.h | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/glib/genviron.c b/glib/genviron.c
index 3c1b54c..7e8a8c5 100644
--- a/glib/genviron.c
+++ b/glib/genviron.c
@@ -26,6 +26,8 @@
#include "config.h"
+#include "genviron.h"
+
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_UNISTD_H
diff --git a/glib/genviron.h b/glib/genviron.h
index ac98f49..c75c548 100644
--- a/glib/genviron.h
+++ b/glib/genviron.h
@@ -31,6 +31,8 @@
#ifndef __G_ENVIRON_H__
#define __G_ENVIRON_H__
+#include <glib/gtypes.h>
+
G_BEGIN_DECLS
#ifndef __GTK_DOC_IGNORE__
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]