소스 검색

include string.h for memcpy()

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40853 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 15 년 전
부모
커밋
27122eacbb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/raster/raster.c

+ 1 - 0
lib/raster/raster.c

@@ -12,6 +12,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 #include <grass/gis.h>
 #include <grass/raster.h>