diff -ur fluxbg-0.7.old/src/fluxbgd.c fluxbg-0.7/src/fluxbgd.c --- fluxbg-0.7.old/src/fluxbgd.c 2008-10-28 12:42:32.000000000 -0500 +++ fluxbg-0.7/src/fluxbgd.c 2008-10-28 12:52:51.000000000 -0500 @@ -13,6 +13,7 @@ #include #include + #include #include #include @@ -104,7 +105,7 @@ char * szInputFile = (char *) 0; char * szInterval = (char *) 0; char * eptr; /* seems not to be used */ - char * next_set[120]; /* maximum line size */ + char next_set[120]; /* maximum line size */ /* TODO: next_set could be fixed to any length !*/ diff -ur fluxbg-0.7.old/src/get_bg_command.h fluxbg-0.7/src/get_bg_command.h --- fluxbg-0.7.old/src/get_bg_command.h 2008-10-28 12:42:32.000000000 -0500 +++ fluxbg-0.7/src/get_bg_command.h 2008-10-28 12:49:03.000000000 -0500 @@ -15,6 +15,7 @@ #include #include + #include #include "getinfo.h" diff -ur fluxbg-0.7.old/src/getinfo.h fluxbg-0.7/src/getinfo.h --- fluxbg-0.7.old/src/getinfo.h 2008-10-28 12:42:32.000000000 -0500 +++ fluxbg-0.7/src/getinfo.h 2008-10-28 12:44:52.000000000 -0500 @@ -14,6 +14,7 @@ #include +#include #include #include #include