aboutsummaryrefslogtreecommitdiffstats
path: root/zahl.h
diff options
context:
space:
mode:
Diffstat (limited to 'zahl.h')
-rw-r--r--zahl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zahl.h b/zahl.h
index cfd85a3..0ca0565 100644
--- a/zahl.h
+++ b/zahl.h
@@ -13,6 +13,8 @@
#include <stdint.h>
#include <unistd.h>
+
+
#include "zahl/internals.h"
@@ -180,4 +182,5 @@ void zsqr_ll(z_t, z_t); /* zsqr for non-negative operand */
#include "zahl/inlines.h"
+
#endif