1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Description: debianization -- examples
System preprocessing directive #include for examples.
Origin: debian
Forwarded: not-needed
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2015-05-31
--- a/ecmfactor.c
+++ b/ecmfactor.c
@@ -1,4 +1,4 @@
-/* ecmfactor.c - example of use of libecm.a.
+/* ecmfactor.c - example of use of the ECM library.
Copyright 2005-2016 Paul Zimmermann, Dave Newman, Pierrick Gaudry.
@@ -22,7 +22,7 @@
#include <string.h>
#include <pthread.h>
#include <gmp.h> /* GMP header file */
-#include "ecm.h" /* ecm header file */
+#include <ecm.h> /* ecm header file */
/* thread structure */
typedef struct
|