Add missing includes of config.h

Not all files were including config.h
This commit is contained in:
Daniel P. Berrange 2012-01-10 15:16:03 +00:00 committed by Alon Levy
parent 199bf855c7
commit 38ee339bd8

View File

@ -21,7 +21,7 @@
* Copyright (C) 2008 Red Hat, Inc.
*/
#include "config.h"
#include <config.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>