summaryrefslogtreecommitdiff
path: root/gtk/continuation.c
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-03-14 20:42:19 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2012-03-14 20:43:07 +0100
commite313b7f249af40004dd3b5733b6dd9af1c8c6281 (patch)
tree25427357dbe73209598423536faf6b08e3a4cd7b /gtk/continuation.c
parent8778bf016d9e8345ae8e011d49c2219f818c45f2 (diff)
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.
Diffstat (limited to 'gtk/continuation.c')
-rw-r--r--gtk/continuation.c4
1 files changed, 2 insertions, 2 deletions
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"
/*