Browse Source

Include <stddef.h> for size_t

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39006 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 15 years ago
parent
commit
e28aa43b00
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/gmath.h

+ 1 - 0
include/gmath.h

@@ -29,6 +29,7 @@
  /* only include if available */
 #include <grass/la.h>
 #endif
+#include <stddef.h>
 
 /* fft.c */
 int fft(int, double *[2], int, int, int);