Fix includes

This commit is contained in:
Martin Kroeker 2022-10-30 12:53:19 +01:00 committed by GitHub
parent ce7ea72de1
commit d39978cd7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
http://www.netlib.org/f2c/libf2c.zip http://www.netlib.org/f2c/libf2c.zip
*/ */
#include "../config.h" #include "relapack_config.h"
#include "f2c.h" #include "f2c.h"
#if BLAS_COMPLEX_FUNCTIONS_AS_ROUTINES #if BLAS_COMPLEX_FUNCTIONS_AS_ROUTINES

View File

@ -1,7 +1,7 @@
#ifndef RELAPACK_INT_H #ifndef RELAPACK_INT_H
#define RELAPACK_INT_H #define RELAPACK_INT_H
#include <string.h> #include <string.h>
#include "../../config.h" #include "config.h"
#if defined(OS_WINDOWS) && defined(__64BIT__) #if defined(OS_WINDOWS) && defined(__64BIT__)
typedef long long BLASLONG; typedef long long BLASLONG;
typedef unsigned long long BLASULONG; typedef unsigned long long BLASULONG;
@ -9,7 +9,7 @@ typedef unsigned long long BLASULONG;
typedef long BLASLONG; typedef long BLASLONG;
typedef unsigned long BLASULONG; typedef unsigned long BLASULONG;
#endif #endif
#include "../config.h" #include "relapack_config.h"
#include "../inc/relapack.h" #include "../inc/relapack.h"

View File

@ -10,7 +10,7 @@
http://www.netlib.org/f2c/libf2c.zip http://www.netlib.org/f2c/libf2c.zip
*/ */
#include "../config.h" #include "relapack_config.h"
#include "f2c.h" #include "f2c.h"
#if BLAS_COMPLEX_FUNCTIONS_AS_ROUTINES #if BLAS_COMPLEX_FUNCTIONS_AS_ROUTINES