Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/flintqs/patches/stdint.patch
8820 views
1
diff -ru src/TonelliShanks.h b/TonelliShanks.h
2
--- src/TonelliShanks.h 2007-05-06 00:52:39.000000000 +0200
3
+++ b/TonelliShanks.h 2012-06-21 12:18:28.353358700 +0200
4
@@ -20,6 +20,7 @@
5
============================================================================*/
6
7
#include <stdlib.h>
8
+#include <stdint.h>
9
10
// =====================================================================
11
// INTERFACE:
12
13