浏览代码

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>