build: do the right thing with config.h (bgo #644664)

1) it shouldn't be included in headers
2) it should be the first thing included in source files
3) it's needed for getting translation right
This commit is contained in:
Kjartan Maraas
2011-03-14 01:00:56 -05:00
committed by Dan Williams
parent 79bc2e3b34
commit 6d0d302916
24 changed files with 34 additions and 8 deletions

View File

@@ -19,6 +19,8 @@
* Copyright (C) 2007 - 2008 Novell, Inc.
*/
#include "config.h"
#include <string.h>
#include <stdlib.h>
#include <sys/wait.h>