[PATCH 1/3] parted/ui.c: Include <config.h> before everything else

Jim Meyering meyering at redhat.com
Thu Jan 8 12:05:23 UTC 2009


---
 parted/ui.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parted/ui.c b/parted/ui.c
index 3a9c10d..f294ee0 100644
--- a/parted/ui.c
+++ b/parted/ui.c
@@ -1,6 +1,6 @@
 /*
     parted - a frontend to libparted
-    Copyright (C) 1999, 2000, 2001, 2002, 2006, 2007, 2008
+    Copyright (C) 1999, 2000, 2001, 2002, 2006, 2007, 2008, 2009
     Free Software Foundation, Inc.

     This program is free software; you can redistribute it and/or modify
@@ -16,6 +16,7 @@
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
+#include <config.h>

 #include <parted/parted.h>
 #include <parted/debug.h>
@@ -27,7 +28,6 @@
 #include <unistd.h>
 #include <setjmp.h>

-#include <config.h>
 #include "command.h"
 #include "strlist.h"
 #include "ui.h"
--
1.6.1.141.gfe98e




More information about the parted-devel mailing list