Fix placement of #include "config.h"
This commit is contained in:
parent
dd888ca685
commit
eaf1208e9d
5 changed files with 8 additions and 11 deletions
|
@ -18,12 +18,12 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <utils.h>
|
||||
#include <syslog.h>
|
||||
#include <xalloc.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue