diff options
author | biouman <biouman> | 2001-05-02 01:54:13 +0000 |
---|---|---|
committer | biouman <biouman> | 2001-05-02 01:54:13 +0000 |
commit | d3143b4c2ec0df9cec245e1e6a57e4f18ef71726 (patch) | |
tree | 0955a25059b3cdbfb6cdcfa1e8e4fda2da51954a /include | |
parent | c7de59691739e3d259712728a9746b87422f27d2 (diff) |
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r-- | include/fonctions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fonctions.h b/include/fonctions.h index 22e166d..bf2fddb 100644 --- a/include/fonctions.h +++ b/include/fonctions.h @@ -1,6 +1,6 @@ #ifndef __FONCTIONS_H__ #define __FONCTIONS_H__ -#include "polynome.h" +#include "polynom.h" void appel_fonction(char *nom, int arite, polynome p1, polynome p2, polynome p3); |