[libglnx] Fix includes when relying on backported g_autoptr()
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libglnx] Fix includes when relying on backported g_autoptr()
- Date: Wed, 18 Feb 2015 21:46:05 +0000 (UTC)
commit fa43744c05622b3ae05ae504473c0c7486d12f37
Author: Matthew Barnes <mbarnes redhat com>
Date: Wed Feb 18 16:40:27 2015 -0500
Fix includes when relying on backported g_autoptr()
glnx-console.h | 2 +-
glnx-dirfd.h | 2 +-
glnx-errors.c | 2 +-
glnx-errors.h | 2 +-
glnx-xattrs.h | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/glnx-console.h b/glnx-console.h
index 3dfdf1b..081e794 100644
--- a/glnx-console.h
+++ b/glnx-console.h
@@ -20,7 +20,7 @@
#pragma once
-#include <glnx-backport-autoptr.h>
+#include <glnx-backport-autocleanups.h>
G_BEGIN_DECLS
diff --git a/glnx-dirfd.h b/glnx-dirfd.h
index ccb6aa2..27cd03b 100644
--- a/glnx-dirfd.h
+++ b/glnx-dirfd.h
@@ -20,7 +20,7 @@
#pragma once
-#include <glnx-backport-autoptr.h>
+#include <glnx-backport-autocleanups.h>
#include <limits.h>
#include <dirent.h>
#include <sys/stat.h>
diff --git a/glnx-errors.c b/glnx-errors.c
index 3cbda7e..ab7bc0a 100644
--- a/glnx-errors.c
+++ b/glnx-errors.c
@@ -20,7 +20,7 @@
#include "config.h"
-#include <glnx-backport-autoptr.h>
+#include <glnx-backport-autocleanups.h>
#include <glnx-errors.h>
void
diff --git a/glnx-errors.h b/glnx-errors.h
index e51cd7e..fffef6c 100644
--- a/glnx-errors.h
+++ b/glnx-errors.h
@@ -20,7 +20,7 @@
#pragma once
-#include <glnx-backport-autoptr.h>
+#include <glnx-backport-autocleanups.h>
#include <errno.h>
G_BEGIN_DECLS
diff --git a/glnx-xattrs.h b/glnx-xattrs.h
index d0ea82f..2c6abfd 100644
--- a/glnx-xattrs.h
+++ b/glnx-xattrs.h
@@ -20,7 +20,7 @@
#pragma once
-#include <glnx-backport-autoptr.h>
+#include <glnx-backport-autocleanups.h>
#include <limits.h>
#include <dirent.h>
#include <sys/stat.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]