*** parted.c 2004-01-15 02:35:34.000000000 +0100 --- parted.c.new 2004-01-15 02:35:25.000000000 +0100 *************** *** 43,49 **** #endif - #ifdef HAVE_GETOPT_H - #include - /* minimum amount of free space to leave, or maximum amount to gobble up, * depending on your POV ;) --- 43,46 ---- *************** *** 56,59 **** --- 53,59 ---- } TimerContext; + #ifdef HAVE_GETOPT_H + #include + static struct option options[] = { /* name, has-arg, string-return-val, char-return-val */ *************** *** 64,68 **** {NULL, 0, NULL, 0} }; ! #endif static char* options_help [][2] = { --- 64,69 ---- {NULL, 0, NULL, 0} }; ! ! #endif /* HAVE_GETOPT_H */ static char* options_help [][2] = {