genviron: #include fixups

This commit is contained in:
Ryan Lortie 2011-10-16 21:13:22 -04:00
parent 38e8ecd62a
commit 1b018a8bb2
2 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,8 @@
#include "config.h"
#include "genviron.h"
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_UNISTD_H

View File

@ -31,6 +31,8 @@
#ifndef __G_ENVIRON_H__
#define __G_ENVIRON_H__
#include <glib/gtypes.h>
G_BEGIN_DECLS
#ifndef __GTK_DOC_IGNORE__