| commit | 9a0bba183ce20157ec4e421ef74c6f2605082df4 | [log] [tgz] |
|---|---|---|
| author | Jean-Marc Valin <Jean-Marc.Valin@csiro.au> | Wed Feb 20 14:08:50 2008 +1100 |
| committer | Jean-Marc Valin <Jean-Marc.Valin@csiro.au> | Wed Feb 20 14:08:50 2008 +1100 |
| tree | e28c58c4148f34f360ddd6ca3b17edb9ad99a010 | |
| parent | 0bb05bc5ead56bacad2ed65d44f9e0e5c6cd47ef [diff] [blame] |
Everything should now compile with a C89 compiler.
diff --git a/tests/ectest.c b/tests/ectest.c index a03ad2c..cf935c1 100644 --- a/tests/ectest.c +++ b/tests/ectest.c
@@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdlib.h> #include <stdio.h> #include <math.h>