amdgpu: add a bunch of missing config.h includes

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
main
Emil Velikov 2015-08-07 17:17:43 +01:00
parent f4d14f147c
commit f4c2bfd63e
6 changed files with 24 additions and 0 deletions

View File

@ -20,6 +20,11 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
* *
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>

View File

@ -29,6 +29,10 @@
* *
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/stat.h> #include <sys/stat.h>
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>

View File

@ -21,6 +21,10 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>

View File

@ -21,6 +21,10 @@
* *
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>

View File

@ -30,6 +30,10 @@
* Zack Rusin <zackr@vmware.com> * Zack Rusin <zackr@vmware.com>
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "util_hash.h" #include "util_hash.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -38,6 +38,9 @@
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "util_hash_table.h" #include "util_hash_table.h"
#include "util_hash.h" #include "util_hash.h"