diff options
Diffstat (limited to 'src/wiring/math.h')
-rw-r--r-- | src/wiring/math.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wiring/math.h b/src/wiring/math.h index ee269e9..8f30396 100644 --- a/src/wiring/math.h +++ b/src/wiring/math.h @@ -1,5 +1,5 @@ -#ifndef _MAPLE_MATH_H_ -#define _MAPLE_MATH_H_ +#ifndef _MATH_H_ +#define _MATH_H_ void randomSeed(unsigned int); long random(long); |