소스 검색

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 년 전
부모
커밋
e28aa43b00
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);