Browse Source

examples/axpy/axpy.c: add include <math.h>

Nathalie Furmento 13 years ago
parent
commit
fbdb8cbff6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/axpy/axpy.c

+ 1 - 0
examples/axpy/axpy.c

@@ -21,6 +21,7 @@
 #include <stdio.h>
 #include <stdio.h>
 #include <assert.h>
 #include <assert.h>
 #include <sys/time.h>
 #include <sys/time.h>
+#include <math.h>
 
 
 #include <common/blas.h>
 #include <common/blas.h>