From b5223cbe9fc926874c68fc56c3263c0523d6b0bc Mon Sep 17 00:00:00 2001 From: Alexey Stratulat <alexey.stratulat@demlabs.net> Date: Tue, 10 Sep 2019 17:18:17 +0700 Subject: [PATCH] [*] Fix. Renamed one of the included files --- include/python-cellframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/python-cellframe.h b/include/python-cellframe.h index 8276ff28..cd32e72c 100644 --- a/include/python-cellframe.h +++ b/include/python-cellframe.h @@ -2,7 +2,7 @@ #include "Python.h" #include "libdap-python.h" #include "libdap-crypto-python.h" -#include "libdap_server_core_python.h" +#include "libdap-server-core-python.h" #include "libdap_crypto_key_type_python.h" #include "libdap_crypto_data_type.h" #include "dap_common.h" -- GitLab