ソースを参照

g.remove: Add ctype.h

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62406 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 10 年 前
コミット
daec9d412b
1 ファイル変更1 行追加0 行削除
  1. 1 0
      general/g.remove/construct_pattern.c

+ 1 - 0
general/g.remove/construct_pattern.c

@@ -1,3 +1,4 @@
+#include <ctype.h>
 #include <string.h>
 #include <grass/gis.h>
 #include <grass/glocale.h>