[Spice-commits] gtk/continuation.c
Marc-André Lureau
elmarco at kemper.freedesktop.org
Wed Mar 14 14:31:46 PDT 2012
gtk/continuation.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e313b7f249af40004dd3b5733b6dd9af1c8c6281
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date: Wed Mar 14 20:42:19 2012 +0100
Move undef FORTIFY below config.h
It used to be below, then was moved on top of all, but now it's
defined in config.h. Hopefully below config.h is the right
place. config.h should never have direct includes anyway.
diff --git a/gtk/continuation.c b/gtk/continuation.c
index fa958b9..2891a25 100644
--- a/gtk/continuation.c
+++ b/gtk/continuation.c
@@ -17,10 +17,10 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#undef _FORTIFY_SOURCE
-
#include <config.h>
+#undef _FORTIFY_SOURCE
+
#include "continuation.h"
/*
More information about the Spice-commits
mailing list