From 9c2443e62bd50a84cc968c9c7a066ca8a4fcc5c2 Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Wed, 12 Aug 2020 20:43:52 +0100
Subject: [PATCH] trying to add line

---
 include/binary_c_python.h | 1 +
 setup.py                  | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/binary_c_python.h b/include/binary_c_python.h
index 9c65d7676..f8f7ab8d0 100644
--- a/include/binary_c_python.h
+++ b/include/binary_c_python.h
@@ -6,6 +6,7 @@
  * Include binary_C's API
  */
 #include "binary_c_API.h"
+#include "binary_c.h"
 #include "binary_c_API_prototypes.h"
 
 /* Binary_c's python API prototypes */
diff --git a/setup.py b/setup.py
index 915b72e62..c7c718cee 100644
--- a/setup.py
+++ b/setup.py
@@ -119,8 +119,8 @@ BINARY_C_DEFINE_MACROS.extend([("BINARY_C_API_H", API_h)])
 ############################################################
 INCLUDE_DIRS = (
     [
-        os.path.join(BINARY_C_DIR, "src"), 
-        os.path.join(BINARY_C_DIR, "src", "API"), 
+        os.path.join(BINARY_C_DIR, "src"),
+        os.path.join(BINARY_C_DIR, "src", "API"),
         "include",
     ]
     + BINARY_C_INCDIRS
-- 
GitLab