gmyth/src/gmyth_util.c
branchtrunk
changeset 213 631f2cf13501
parent 183 58bc1bd585e3
child 214 254e85c43269
     1.1 --- a/gmyth/src/gmyth_util.c	Mon Dec 04 15:10:05 2006 +0000
     1.2 +++ b/gmyth/src/gmyth_util.c	Fri Dec 08 23:16:15 2006 +0000
     1.3 @@ -24,12 +24,16 @@
     1.4  * along with this program; if not, write to the Free Software
     1.5  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     1.6  */
     1.7 + 
     1.8 +#ifdef HAVE_CONFIG_H
     1.9 +#include "config.h"
    1.10 +#endif
    1.11 +
    1.12 +#include "gmyth_util.h"
    1.13  
    1.14  #include <glib.h>
    1.15  #include <glib/gprintf.h>
    1.16  
    1.17 -#include "gmyth_util.h"
    1.18 -
    1.19  #include "gmyth_backendinfo.h"
    1.20  #include "gmyth_socket.h"
    1.21  #include "gmyth_programinfo.h"