diff options
Diffstat (limited to 'src/modules/m_sha2.cpp')
| -rw-r--r-- | src/modules/m_sha2.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/modules/m_sha2.cpp b/src/modules/m_sha2.cpp index c68c579b9..7d85d5a8e 100644 --- a/src/modules/m_sha2.cpp +++ b/src/modules/m_sha2.cpp @@ -23,8 +23,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/// $CompilerFlags: -isystem vendor_directory("sha2") - // Fix a collision between the Haiku uint64 typedef and the // one from the sha2 library. @@ -32,7 +30,7 @@ # define uint64 sha2_uint64 #endif -#include <sha2.c> +#include <sha2/sha2.c> #ifdef __HAIKU__ # undef uint64 |
