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 Marc-André Lureau
parent 4930ef7239
commit 14ca077df3

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>